mirror of
https://github.com/9001/copyparty.git
synced 2025-10-03 17:59:19 +02:00
optimize
This commit is contained in:
parent
8c54c2226f
commit
1088e8c6a5
2 changed files with 8 additions and 3 deletions
|
@ -17,7 +17,7 @@ almost the same as minimal-up2k.html except this one...:
|
|||
var u2min = `
|
||||
<style>
|
||||
|
||||
#ops, #path, #tree, #files, #epi+div+h2,
|
||||
#ops, #path, #tree, #files, #wfp,
|
||||
#u2conf td.c+.c, #u2cards, #srch_dz, #srch_zd {
|
||||
display: none !important;
|
||||
}
|
||||
|
@ -55,5 +55,5 @@ var u2min = `
|
|||
if (!has(perms, 'read')) {
|
||||
var e2 = mknod('div');
|
||||
e2.innerHTML = u2min;
|
||||
ebi('wrap').insertBefore(e2, QS('#epi+h2'));
|
||||
ebi('wrap').insertBefore(e2, QS('#wfp'));
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue