Skip to content
Snippets Groups Projects

Resolve "removing user"

Merged Piotr Gawron requested to merge 376-removing-user into master
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -127,7 +127,7 @@ UsersAdminPanel.prototype._createUsersTableRow = function () {
var button = this;
return self.askConfirmRemoval({
title: "INFO",
content: "Do you really want to remove this user?",
content: "Do you really want to remove '" + $(button).attr("data") + "'user?",
input: false
}).then(function (param) {
if (param.status) {
Loading