]> source.dussan.org Git - sonarqube.git/commitdiff
fix global js error
authorStas Vilchik <vilchiks@gmail.com>
Fri, 20 Feb 2015 12:55:39 +0000 (13:55 +0100)
committerStas Vilchik <vilchiks@gmail.com>
Fri, 20 Feb 2015 12:55:39 +0000 (13:55 +0100)
server/sonar-web/src/main/js/application.js

index 495a9ecd76bafc722bc7f68e18acf4febaa7dbae..e8e1deff560bc43c64272cf009f3dbfb6a7e8cc2 100644 (file)
@@ -318,14 +318,6 @@ function openPopup(url, popupId) {
 
 jQuery(function () {
 
-  // Initialize top search
-  jQuery('#searchInput').topSearch({
-    minLength: 2,
-    results: '#searchResourcesResults',
-    spinner: '#searchingResources'
-  });
-
-
   // Process login link in order to add the anchor
   jQuery('#login-link').on('click', function (e) {
     e.preventDefault();