forked from GNUsocial/gnu-social
Button should return false
This commit is contained in:
parent
aef31280f3
commit
467ae9d9e7
@ -435,6 +435,8 @@ var SN = { // StatusNet
|
|||||||
$('#'+SN.C.S.NoticeDataAttachSelected+' button').click(function(){
|
$('#'+SN.C.S.NoticeDataAttachSelected+' button').click(function(){
|
||||||
$('#'+SN.C.S.NoticeDataAttachSelected).remove();
|
$('#'+SN.C.S.NoticeDataAttachSelected).remove();
|
||||||
NDA.val('');
|
NDA.val('');
|
||||||
|
|
||||||
|
return false;
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user