From: Stas Vilchik Date: Thu, 3 Apr 2014 08:49:47 +0000 (+0600) Subject: SONAR-5166 Offer shortcut to access the top-right search engine X-Git-Tag: 4.3~168 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=c9cb1403992340ee4eff24a46c28dfc7b0790e09;p=sonarqube.git SONAR-5166 Offer shortcut to access the top-right search engine Fix use of / --- diff --git a/sonar-server/src/main/js/application.js b/sonar-server/src/main/js/application.js index d41f5d77a71..6070f9643b9 100644 --- a/sonar-server/src/main/js/application.js +++ b/sonar-server/src/main/js/application.js @@ -555,7 +555,7 @@ jQuery(function() { // Define global shortcuts - key('∕,/', function() { // divide sign, slash + key('/,/', function() { // divide sign, slash jQuery('#searchInput').focus(); return false; });