Found an issue when deleting multipkle credentials. First delete worked fine. Second delete left the overlay hiding the page. Seems the .off() option on bootstrap modal no longer works as expected.

This commit is contained in:
Chris Houseknecht
2014-03-05 14:13:17 -05:00
parent cda1a8bd10
commit 10e85b50b1
8 changed files with 9 additions and 9 deletions

View File

@@ -47,7 +47,7 @@ function ProjectsList ($scope, $rootScope, $location, $log, $routeParams, Rest,
// Cleanup after a delete
var j, i;
Wait('stop');
$('#prompt-modal').off();
$('#prompt-modal').modal('hide');
if ($scope.projects) {
for (i = 0; i < $scope.projects.length; i++) {