Jump to content

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

probably don't need the newline now
(test 4)
(probably don't need the newline now)
Line 14: Line 14:
     }
     }
     var toptable = document.getElementById('contentSub');
     var toptable = document.getElementById('contentSub');
     toptable.innerText = 'This is a test\n';
     toptable.innerText = 'This is a test';
     if (document.forms['powersearch'])
     if (document.forms['powersearch'])
         var searchForm = document.forms['powersearch'];
         var searchForm = document.forms['powersearch'];