[Centaury] Restore BROWSER_NEW_TAB_URL check.

master
Fedor 2019-07-08 13:07:50 +03:00
parent 7a74bbaf96
commit 8feaeace21
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@ var gBidiUI = false;
* Determines whether the given url is considered a special URL for new tabs.
*/
function isBlankPageURL(aURL) {
return aURL == "about:blank" || aURL == "about:newtab" || aURL == "about:logopage";
return aURL == "about:blank" || aURL == BROWSER_NEW_TAB_URL || aURL == "about:logopage";
}
function getBrowserURL()