]> source.dussan.org Git - nextcloud-server.git/commitdiff
style
authorArthur Schiwon <blizzz@owncloud.com>
Mon, 16 Jun 2014 11:46:31 +0000 (13:46 +0200)
committerArthur Schiwon <blizzz@owncloud.com>
Mon, 16 Jun 2014 11:46:31 +0000 (13:46 +0200)
settings/js/users/deleteHandler.js

index 2d8b4499ee891e38b24d51e7ca84af88f80d46d2..56355317f8d144a3a257502c36ae01e2ee801c6c 100644 (file)
@@ -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);
        }
 };