אונטערשייד צווישן ווערסיעס פון "מעדיעוויקי:Gadget-ShortNSSearch.js"

perf
(טעות)
(perf)
שורה 77: שורה 77:


function addCheckSearchInput() {
function addCheckSearchInput() {
console.time('ShortNSSearch');
  var form = document.getElementById('searchform');
  var form = document.getElementById('searchform');


שורה 82: שורה 83:


  form.onsubmit = function(){return checkSearchInput();}
  form.onsubmit = function(){return checkSearchInput();}
console.timeEnd('ShortNSSearch');
}
}
$(addCheckSearchInput);
$(addCheckSearchInput);