mirror of
https://github.com/9001/copyparty.git
synced 2026-09-24 11:10:16 +01:00
@@ -9753,7 +9753,7 @@ var rcm = (function () {
|
||||
}
|
||||
|
||||
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);
|
||||
return true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user