Ditched some whitespace

This commit is contained in:
Sarven Capadisli 2009-11-28 15:57:32 +00:00
parent 237f2c2d78
commit e20a54fb8c

View File

@ -262,7 +262,7 @@ var SN = { // StatusNet
NoticeReplyTo: function(notice_item) { NoticeReplyTo: function(notice_item) {
var notice = notice_item[0]; var notice = notice_item[0];
var notice_reply = $('.notice_reply', notice)[0]; var notice_reply = $('.notice_reply', notice)[0];
if (jQuery.data(notice_reply, "ElementData") === undefined) { if (jQuery.data(notice_reply, "ElementData") === undefined) {
jQuery.data(notice_reply, "ElementData", {Bind:'submit'}); jQuery.data(notice_reply, "ElementData", {Bind:'submit'});
$(notice_reply).bind('click', function() { $(notice_reply).bind('click', function() {