Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/TruthHun/BookStack
/ disableRightClick
Function
disableRightClick
static/js/bookstack.js:198–202 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
196
}
197
198
function
disableRightClick(){
199
$(
'body'
).on(
'contextmenu'
,
'audio,video'
,
function
(e) {
200
e.preventDefault();
201
});
202
}
203
204
function
initComments(comments){
205
var
arr = []
Callers
1
bookstack.js
File · 0.85
Calls
1
$
Function · 0.50
Tested by
no test coverage detected