Last analyzed 67ce7cf 10 days ago
Default analysis branch is
Currently analyzing run
Should not have unused variables JS-0128
Bug risk
8 months ago8 months old
'queryClose' is defined but never used
59  }
60}
61
62function queryClose() {63  window.setTimeout(function () { $('#search-hits').hide(200); }, 500);
64}
65
'queryChange' is defined but never used
53
54}
55
56function queryChange() {57  if ($('#search-query').val() != '') {
58    queryShow();
59  }