summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSarven Capadisli <csarven@status.net>2009-11-28 15:57:32 +0000
committerSarven Capadisli <csarven@status.net>2009-11-28 15:57:32 +0000
commite20a54fb8cb1d69fb6be7a414f2699c1958f053e (patch)
tree9d9149d06b2d5c5dfc1a251451415f213851e9ef
parent237f2c2d786f0b9fdd2b120d37e21e7ff120b252 (diff)
Ditched some whitespace
-rw-r--r--js/util.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/util.js b/js/util.js
index 4c5118ccc..cdc9971f1 100644
--- a/js/util.js
+++ b/js/util.js
@@ -262,7 +262,7 @@ var SN = { // StatusNet
NoticeReplyTo: function(notice_item) {
var notice = notice_item[0];
var notice_reply = $('.notice_reply', notice)[0];
-
+
if (jQuery.data(notice_reply, "ElementData") === undefined) {
jQuery.data(notice_reply, "ElementData", {Bind:'submit'});
$(notice_reply).bind('click', function() {