mirror of
https://github.com/9001/copyparty.git
synced 2026-06-20 13:12:26 -06:00
semicolon
This commit is contained in:
parent
ca406472f4
commit
0c2eca43e6
|
|
@ -10036,7 +10036,7 @@ function reload_browser() {
|
||||||
if (e.target.closest('#widget,#ops,.opview,.doc')) return;
|
if (e.target.closest('#widget,#ops,.opview,.doc')) return;
|
||||||
|
|
||||||
if (e.target.closest('#gfiles'))
|
if (e.target.closest('#gfiles'))
|
||||||
ebi('gfiles').style.userSelect = "none"
|
ebi('gfiles').style.userSelect = "none";
|
||||||
|
|
||||||
var pos = getpp(e);
|
var pos = getpp(e);
|
||||||
startx = pos.x;
|
startx = pos.x;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue