Content deleted Content added
if (selectedArticle) worked!; update comment |
revert self |
||
Line 59:
}
// Create the "Restart portal" menu item for when "Portal:" is not missing from the title
▲ if ((document.title.indexOf("Portal:") != -1) && (selectedArticle)) {
// But not for a subpage (page with a forward slash in its title) or a search results page
if ((document.title.indexOf("/") == -1) && (document.title.indexOf("Search results") == -1)) {
|