mirror of
https://github.com/pdf2htmlEX/pdf2htmlEX.git
synced 2024-12-22 04:50:09 +00:00
..
This commit is contained in:
parent
d1d51787a8
commit
ab9dd287e6
@ -27,7 +27,7 @@ function show_pages()
|
|||||||
var n = document.createElement("style");
|
var n = document.createElement("style");
|
||||||
n.type = "text/css";
|
n.type = "text/css";
|
||||||
if (n.styleSheet) {
|
if (n.styleSheet) {
|
||||||
n.styleSheet.cssText = s
|
n.styleSheet.cssText = s;
|
||||||
} else {
|
} else {
|
||||||
n.appendChild(document.createTextNode(s));
|
n.appendChild(document.createTextNode(s));
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user