]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Ditched some whitespace
authorSarven Capadisli <csarven@status.net>
Sat, 28 Nov 2009 15:57:32 +0000 (15:57 +0000)
committerSarven Capadisli <csarven@status.net>
Sat, 28 Nov 2009 15:57:32 +0000 (15:57 +0000)
js/util.js

index 4c5118cccb010431bb7e90ef1972e6d0a20af7e9..cdc9971f18aad131fd9b1fe0d2ce4f51c4e9be7f 100644 (file)
@@ -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() {