Jump to content

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

changing quotes
(maybe I don't need 'ids')
(changing quotes)
Line 15: Line 15:
     var topline = document.getElementById('contentSub');
     var topline = document.getElementById('contentSub');
     topline.style.color = "blue";
     topline.style.color = "blue";
     topline.innerText = 'Not finding what you're looking for? Select "Google" from the dropdown menu below and try again.';
     topline.innerText = "Not finding what you're looking for? Select Google from the dropdown menu below and try again.";
     if (document.forms['powersearch'])
     if (document.forms['powersearch'])
         var searchForm = document.forms['powersearch'];
         var searchForm = document.forms['powersearch'];