Jump to content

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

maybe I don't need 'ids'
(reverting to something that half-worked)
(maybe I don't need 'ids')
Line 14: Line 14:
     }
     }
     var topline = document.getElementById('contentSub');
     var topline = document.getElementById('contentSub');
     ids.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'])