closes #944
This commit is contained in:
parent
a137f979e9
commit
6f3fc70bb1
1 changed files with 1 additions and 1 deletions
|
@ -624,7 +624,7 @@ var wpdDOMSaver = {
|
|||
flag = aCSS.href;
|
||||
}
|
||||
var ref=aCSS.href;
|
||||
if (flag.indexOf(".css")==-1) ref=this.currentURL;
|
||||
if (flag == null || flag.indexOf(".css")==-1) ref=this.currentURL;
|
||||
content += this.processCSSText(aCSS.cssRules[i].cssText, ref, false) + "\n";
|
||||
} else if ( aCSS.cssRules[i].type == 3 ) {
|
||||
content += this.processCSSRecursively(aCSS.cssRules[i].styleSheet);
|
||||
|
|
Loading…
Add table
Reference in a new issue