Bug 421365 - Cannot search in application/javascript page, r+sr=Neil, patch by Bruno 'Aqualon' Escherl <aqualon@aquachan.de>, NPOTB

git-svn-id: svn://10.0.0.236/trunk@247249 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
mcsmurf%mcsmurf.de
2008-03-06 22:23:50 +00:00
parent 089912b610
commit fbb3d71789

View File

@@ -144,6 +144,7 @@ nsBrowserStatusHandler.prototype =
{
return /^text\/|\+xml$/.test(contentType) ||
contentType == "application/x-javascript" ||
contentType == "application/javascript" ||
contentType == "application/xml" ||
contentType == "mozilla.application/cached-xul";
},