diff options
author | Arthur Schiwon <blizzz@owncloud.com> | 2014-06-16 13:46:31 +0200 |
---|---|---|
committer | Arthur Schiwon <blizzz@owncloud.com> | 2014-06-16 13:46:31 +0200 |
commit | f12c4f6d11707d3206eba109c49ee2d58705e791 (patch) | |
tree | e46d3dfb0e9f0cfa0ea97eab966bd3e4f21bd1bc /settings/js | |
parent | 3ebb1565a7251966647d81c4d0574a8db8a8d116 (diff) | |
download | nextcloud-server-f12c4f6d11707d3206eba109c49ee2d58705e791.tar.gz nextcloud-server-f12c4f6d11707d3206eba109c49ee2d58705e791.zip |
style
Diffstat (limited to 'settings/js')
-rw-r--r-- | settings/js/users/deleteHandler.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/settings/js/users/deleteHandler.js b/settings/js/users/deleteHandler.js index 2d8b4499ee8..56355317f8d 100644 --- a/settings/js/users/deleteHandler.js +++ b/settings/js/users/deleteHandler.js @@ -93,8 +93,8 @@ DeleteHandler.prototype.showNotification = function() { this.hideNotification(); } $('#notification').data(this.notificationDataID, true); - var msg = this.notificationMessage.replace(this.notificationPlaceholder, - escapeHTML(this.oidToDelete)); + var msg = this.notificationMessage.replace( + this.notificationPlaceholder, escapeHTML(this.oidToDelete)); this.notifier.showHtml(msg); } }; |