diff --git a/.jshintrc b/.jshintrc index 16904c42413..7f4a90e2381 100644 --- a/.jshintrc +++ b/.jshintrc @@ -30,6 +30,7 @@ "define": true, "require": true, "Chromath": false, - "setImmediate": true + "setImmediate": true, + "$": false } } diff --git a/public/app/features/dashboard/dashboardNavCtrl.js b/public/app/features/dashboard/dashboardNavCtrl.js index 07b22242cf3..88a38eeaea8 100644 --- a/public/app/features/dashboard/dashboardNavCtrl.js +++ b/public/app/features/dashboard/dashboardNavCtrl.js @@ -52,7 +52,7 @@ function (angular, _) { }; $scope.removeToolTip = function() { - $('.tooltip').not(this).hide(); + $('.tooltip').not(this).hide(); }; $scope.saveDashboard = function(options) {