mirror of
https://github.com/9001/copyparty.git
synced 2026-08-16 23:33:05 -06:00
fix dupe logue on !js hydrate
This commit is contained in:
parent
dcc0abd696
commit
eeb399e3c9
|
|
@ -9337,6 +9337,7 @@ function sandbox(tgt, rules, allow, cls, html) {
|
|||
fr.setAttribute('sandbox', rules ? 'allow-' + rules.replace(/ /g, ' allow-') : '');
|
||||
fr.setAttribute('allow', allow);
|
||||
fr.setAttribute('srcdoc', html);
|
||||
tgt.innerHTML = '';
|
||||
tgt.appendChild(fr);
|
||||
treectl.sb_msg = true;
|
||||
return true;
|
||||
|
|
|
|||
Loading…
Reference in a new issue