MCPcopy 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
198function disableRightClick(){
199 $('body').on('contextmenu','audio,video', function(e) {
200 e.preventDefault();
201 });
202}
203
204function initComments(comments){
205 var arr = []

Callers 1

bookstack.jsFile · 0.85

Calls 1

$Function · 0.50

Tested by

no test coverage detected