diff options
author | Sarven Capadisli <csarven@status.net> | 2009-11-28 15:57:32 +0000 |
---|---|---|
committer | Sarven Capadisli <csarven@status.net> | 2009-11-28 15:57:32 +0000 |
commit | e20a54fb8cb1d69fb6be7a414f2699c1958f053e (patch) | |
tree | 9d9149d06b2d5c5dfc1a251451415f213851e9ef /js/util.js | |
parent | 237f2c2d786f0b9fdd2b120d37e21e7ff120b252 (diff) |
Ditched some whitespace
Diffstat (limited to 'js/util.js')
-rw-r--r-- | js/util.js | 2 |
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() { |