From 8f47e3239171f42e9d73d4315ead88a1a47a0771 Mon Sep 17 00:00:00 2001 From: Stas Vilchik Date: Fri, 20 Feb 2015 13:55:39 +0100 Subject: [PATCH] fix global js error --- server/sonar-web/src/main/js/application.js | 8 -------- 1 file changed, 8 deletions(-) diff --git a/server/sonar-web/src/main/js/application.js b/server/sonar-web/src/main/js/application.js index 495a9ecd76b..e8e1deff560 100644 --- a/server/sonar-web/src/main/js/application.js +++ b/server/sonar-web/src/main/js/application.js @@ -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(); -- 2.39.5