forked from GNUsocial/gnu-social
Ditched some whitespace
This commit is contained in:
parent
237f2c2d78
commit
e20a54fb8c
@ -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() {
|
||||||
|
Loading…
Reference in New Issue
Block a user