closes #944, WebPageDump not working in Firefox 3
This commit is contained in:
parent
267bdca64b
commit
a137f979e9
|
@ -615,7 +615,7 @@ var wpdDOMSaver = {
|
|||
if ( medium != "" && medium.indexOf("screen") < 0 && medium.indexOf("all") < 0 ) {
|
||||
return "";
|
||||
}
|
||||
if ( aCSS.href.indexOf("chrome") == 0 ) return "";
|
||||
if ( aCSS.href != null && aCSS.href.indexOf("chrome") == 0 ) return "";
|
||||
var flag = "";
|
||||
for ( var i=0; i<aCSS.cssRules.length; i++ ) {
|
||||
if ( aCSS.cssRules[i].type == 1 || aCSS.cssRules[i].type == 4 ) {
|
||||
|
|
Loading…
Reference in New Issue
Block a user