This commit is contained in:
ed 2021-04-19 16:54:38 +02:00
parent 10b436e449
commit a2a041a98a

View file

@ -174,6 +174,9 @@ function U2pvis(act, btns) {
this.seth = function (nfile, field, html) {
var fo = this.tab[nfile];
field = ['hn', 'ht', 'hp'][field];
if (fo[field] === html)
return;
fo[field] = html;
if (!this.is_act(fo.in))
return;