mirror of
https://github.com/9001/copyparty.git
synced 2025-08-17 00:52:16 -06:00
css-fix for firefox52 (centos6)
This commit is contained in:
parent
987bce2182
commit
eeef80919f
|
@ -7999,7 +7999,8 @@ function sandbox(tgt, rules, cls, html) {
|
||||||
env = js.split(/\blogues *=/)[0] + 'a;';
|
env = js.split(/\blogues *=/)[0] + 'a;';
|
||||||
}
|
}
|
||||||
|
|
||||||
html = '<html class="iframe ' + document.documentElement.className + '"><head><style>' + globalcss() +
|
html = '<html class="iframe ' + document.documentElement.className +
|
||||||
|
'"><head><style>html{background:#eee;color:#000}\n' + globalcss() +
|
||||||
'</style><base target="_parent"></head><body id="b" class="logue ' + cls + '">' + html +
|
'</style><base target="_parent"></head><body id="b" class="logue ' + cls + '">' + html +
|
||||||
'<script>' + env + '</script>' + sandboxjs() +
|
'<script>' + env + '</script>' + sandboxjs() +
|
||||||
'<script>var d=document.documentElement,TS="' + TS + '",' +
|
'<script>var d=document.documentElement,TS="' + TS + '",' +
|
||||||
|
|
Loading…
Reference in a new issue