mirror of https://github.com/grafana/grafana.git
Revert "Merge pull request #310 from roidelapluie/master"
This reverts commit9fc93e285c, reversing changes made to30bf838065.
This commit is contained in:
parent
9fc93e285c
commit
390c4eed7e
|
|
@ -28,9 +28,6 @@ function (angular, app, _) {
|
|||
|
||||
$scope.init = function() {
|
||||
$scope.filterSrv = filterSrv;
|
||||
_.each(filterSrv.list, function(filter) {
|
||||
$scope.applyFilter(filter);
|
||||
});
|
||||
};
|
||||
|
||||
$scope.remove = function(filter) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue