diff --git a/suite/browser/navigator.js b/suite/browser/navigator.js index 04b13e5c3c5..9fffd24d070 100644 --- a/suite/browser/navigator.js +++ b/suite/browser/navigator.js @@ -1462,10 +1462,10 @@ function handleURLBarRevert() if (url != "about:blank") { gURLBar.value = url; gURLBar.select(); + SetPageProxyState("valid"); } else { //if about:blank, urlbar becomes "" gURLBar.value = ""; } - SetPageProxyState("valid"); } // tell widget to revert to last typed text only if the user