mirror of
https://github.com/9001/copyparty.git
synced 2026-09-25 14:10:30 +01:00
fix dupe logue on !js hydrate
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user