Jump to content

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

this couldn't be the issue, could it?
(let's try it this way, then)
(this couldn't be the issue, could it?)
Line 14: Line 14:
     }
     }
     document.getElementById('contentSub').style.color = "blue";
     document.getElementById('contentSub').style.color = "blue";
     document.getElementById('contentSub').innerText = 'Not finding what you're looking for? Select "Google" from the dropdown menu below and try again.';
     document.getElementById('contentSub').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'];