mirror of
https://github.com/grafana/grafana.git
synced 2024-11-27 03:11:01 -06:00
Fixed Indentation and Grunt run.
This commit is contained in:
parent
e1576b7131
commit
9af460600d
@ -30,6 +30,7 @@
|
||||
"define": true,
|
||||
"require": true,
|
||||
"Chromath": false,
|
||||
"setImmediate": true
|
||||
"setImmediate": true,
|
||||
"$": false
|
||||
}
|
||||
}
|
||||
|
@ -52,7 +52,7 @@ function (angular, _) {
|
||||
};
|
||||
|
||||
$scope.removeToolTip = function() {
|
||||
$('.tooltip').not(this).hide();
|
||||
$('.tooltip').not(this).hide();
|
||||
};
|
||||
|
||||
$scope.saveDashboard = function(options) {
|
||||
|
Loading…
Reference in New Issue
Block a user