MediaWiki:Common.js/search.js: Difference between revisions

trying to find the right element in the current skin/environment
(oops)
(trying to find the right element in the current skin/environment)
Tag: Reverted
Line 13: Line 13:
         return opt;
         return opt;
     }
     }
     var topline = document.getElementById('contentSub');
     var topline = document.getElementById('content');
     topline.style.color = "blue";
     topline.style.color = "blue";
     topline.innerText = "Not finding what you're looking for? Select a different search engine from the dropdown menu below and try again.";
     topline.innerText = "Not finding what you're looking for? Select a different search engine from the dropdown menu below and try again.";