mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-13 19:41:49 +00:00
Bug 693029 - followup: fix another errant pair of quotes.
This commit is contained in:
parent
1a4b671a0e
commit
ce6430aeef
@ -4158,7 +4158,7 @@ var XULBrowserWindow = {
|
||||
// Don't need to re-enable/disable find commands for same-document location changes
|
||||
// (e.g. the replaceStates in about:addons)
|
||||
if (!(aFlags & nsIWebProgressListener.LOCATION_CHANGE_SAME_DOCUMENT)) {
|
||||
if (content.document.readyState == 'interactive' || content.document.readyState == "complete")
|
||||
if (content.document.readyState == "interactive" || content.document.readyState == "complete")
|
||||
disableFindCommands(shouldDisableFind(content.document));
|
||||
else {
|
||||
content.document.addEventListener("readystatechange", onContentRSChange);
|
||||
|
Loading…
x
Reference in New Issue
Block a user