mirror of
https://github.com/semaphoreui/semaphore.git
synced 2025-01-20 15:29:28 +01:00
Fix modal event handling
This commit is contained in:
parent
e050f53e70
commit
9e8c5e5989
@ -121,9 +121,7 @@ define(['controllers/projects/taskRunner'], function () {
|
||||
}).catch(function (response) {
|
||||
swal('error', 'could not add template:' + response.status, 'error');
|
||||
});
|
||||
});
|
||||
|
||||
modal.closed.then(function () {
|
||||
}, function() {
|
||||
$scope.reload();
|
||||
});
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user