mirror of
https://github.com/9001/copyparty.git
synced 2026-09-24 13:40:17 +01:00
@@ -9753,7 +9753,7 @@ var rcm = (function () {
|
|||||||
}
|
}
|
||||||
|
|
||||||
ebi('wrap').oncontextmenu = function(e) {
|
ebi('wrap').oncontextmenu = function(e) {
|
||||||
if (!r.enabled || e.shiftKey || (r.double && menu.style.display)) {
|
if (!r.enabled || e.shiftKey || (r.double && menu.style.display) || /doc=/.exec(location.search)) {
|
||||||
r.hide(true);
|
r.hide(true);
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user