Fixup the modal dialog css selector

This commit is contained in:
Johannes Zellner
2016-02-10 17:16:50 +01:00
parent 820e417026
commit d132109925

View File

@@ -110,7 +110,7 @@ angular.module('Application').controller('UsersController', ['$scope', '$locatio
if (error) return console.error('Unable to remove group.', error.statusCode, error.message);
refresh();
$('groupRemoveModal').modal('hide');
$('#groupRemoveModal').modal('hide');
});
}
};