Merge branch 'master' of git.ziirish.me:ziirish/burp-ui

This commit is contained in:
ziirish 2015-06-05 14:29:29 +02:00
commit b0ea5523fb

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;