respect tooltip pref in up2k

This commit is contained in:
ed 2021-05-16 02:18:54 +02:00
parent 8810e0be13
commit 073c130ae6

View file

@ -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');