Fix: hopefully the reloading bug on onReturn now fixed
This commit is contained in:
parent
018391f733
commit
c419b3ae2e
1
brewman/static/scripts/angular_directive.js
vendored
1
brewman/static/scripts/angular_directive.js
vendored
@ -147,6 +147,7 @@ overlord_directive.directive('onReturn', ['$parse', function ($parse) {
|
||||
scope.$apply(function () {
|
||||
fn(scope, {$event: event});
|
||||
});
|
||||
event.preventDefault();
|
||||
}
|
||||
});
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user