mirror of
https://github.com/9001/copyparty.git
synced 2025-08-17 17:12:13 -06:00
respect tooltip pref in up2k
This commit is contained in:
parent
8810e0be13
commit
073c130ae6
|
@ -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');
|
||||
|
||||
|
|
Loading…
Reference in a new issue