User:The Transhumanist/QuickPortal.js: Difference between revisions

Content deleted Content added
check for existence of 'Selected_article' element
change variable to something likely to be unique
Line 61:
// Create the "Restart portal" menu item for when "Portal:" is not missing from the title,
// and the portal is of the old style portal (has the old section "Selected article", that is index returns value for that section title)
var str1selectedArticle = document.getElementById('Selected_article');
if ((document.title.indexOf("Portal:") != -1) && (str1selectedArticle != -1)) {
// 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)) {