From: Sarven Capadisli Date: Sat, 28 Nov 2009 15:57:32 +0000 (+0000) Subject: Ditched some whitespace X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=e20a54fb8cb1d69fb6be7a414f2699c1958f053e;p=quix0rs-gnu-social.git Ditched some whitespace --- diff --git a/js/util.js b/js/util.js index 4c5118cccb..cdc9971f18 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() {