From e20a54fb8cb1d69fb6be7a414f2699c1958f053e Mon Sep 17 00:00:00 2001 From: Sarven Capadisli Date: Sat, 28 Nov 2009 15:57:32 +0000 Subject: Ditched some whitespace --- js/util.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'js/util.js') 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() { -- cgit v1.2.3-54-g00ecf