mirror of
https://github.com/9001/copyparty.git
synced 2026-06-21 13:42:29 -06:00
re-enable right click menu on mobile
This commit is contained in:
parent
3d4fe9ecdc
commit
3d663676aa
|
|
@ -9901,7 +9901,7 @@ ebi('files').onclick = ebi('docul').onclick = function (e) {
|
||||||
|
|
||||||
var rcm = (function () {
|
var rcm = (function () {
|
||||||
if (MOBILE)
|
if (MOBILE)
|
||||||
return {enabled: false}
|
;//return {enabled: false}
|
||||||
|
|
||||||
var r = {};
|
var r = {};
|
||||||
bcfg_bind(r, 'enabled', 'rcm_en', drcm.charAt(0)=='y');
|
bcfg_bind(r, 'enabled', 'rcm_en', drcm.charAt(0)=='y');
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue