mirror of
https://github.com/9001/copyparty.git
synced 2026-03-30 20:13:07 +10:00
respect tooltip pref in up2k
This commit is contained in:
@@ -1242,6 +1242,10 @@ function up2k_init(have_crypto) {
|
||||
onresize();
|
||||
|
||||
function desc_show(e) {
|
||||
var cfg = sread('tooltips');
|
||||
if (cfg !== null && cfg != '1')
|
||||
return;
|
||||
|
||||
var msg = this.getAttribute('alt'),
|
||||
cdesc = ebi('u2cdesc');
|
||||
|
||||
|
||||
Reference in New Issue
Block a user