This commit is contained in:
ziirish 2015-06-04 18:53:04 +02:00
parent 611cd4d8e1
commit 36f0bf6c14

View file

@ -152,7 +152,7 @@ app.controller('ConfigCtrl', function($scope, $http) {
return;
}
});
/* The below forEach is a function, as we cannot exit two levels at once
/* The above forEach is a function, as we cannot exit two levels at once
* we need this check & return */
if (!sbm) {
return;