mirror of
https://github.com/9001/copyparty.git
synced 2025-08-19 01:42:20 -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();
|
onresize();
|
||||||
|
|
||||||
function desc_show(e) {
|
function desc_show(e) {
|
||||||
|
var cfg = sread('tooltips');
|
||||||
|
if (cfg !== null && cfg != '1')
|
||||||
|
return;
|
||||||
|
|
||||||
var msg = this.getAttribute('alt'),
|
var msg = this.getAttribute('alt'),
|
||||||
cdesc = ebi('u2cdesc');
|
cdesc = ebi('u2cdesc');
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue