mirror of
https://github.com/9001/copyparty.git
synced 2026-02-26 13:33:09 -07:00
parent
76041fdba8
commit
fc8a4b8ea2
|
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue