| 123456789101112131415161718 |
- commit ff47eccf4b119b348a7838a96b558cb2d6a36b0f
- Author: Torkel Ödegaard <torkel.odegaard@gmail.com>
- Date: Wed Feb 4 17:21:42 2015 +0100
- Fixed javascript style checker issue
- diff --git a/src/app/panels/dashlist/module.js b/src/app/panels/dashlist/module.js
- index 829816967..05a074812 100644
- --- a/src/app/panels/dashlist/module.js
- +++ b/src/app/panels/dashlist/module.js
- @@ -36,7 +36,6 @@ function (angular, app, _, config, PanelMeta) {
- $scope.init = function() {
- panelSrv.init($scope);
-
- -
- if ($scope.isNewPanel()) {
- $scope.panel.title = "Starred Dashboards";
- }
|