[Pkg-owncloud-commits] [owncloud] 155/223: style
David Prévot
taffit at moszumanska.debian.org
Sun Jun 22 01:54:19 UTC 2014
This is an automated email from the git hooks/post-receive script.
taffit pushed a commit to branch master
in repository owncloud.
commit f12c4f6d11707d3206eba109c49ee2d58705e791
Author: Arthur Schiwon <blizzz at owncloud.com>
Date: Mon Jun 16 13:46:31 2014 +0200
style
---
settings/js/users/deleteHandler.js | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/settings/js/users/deleteHandler.js b/settings/js/users/deleteHandler.js
index 2d8b449..5635531 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);
}
};
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/owncloud.git
More information about the Pkg-owncloud-commits
mailing list