forked from GNUsocial/gnu-social
Button should return false
This commit is contained in:
@@ -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;
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
},
|
},
|
||||||
|
Reference in New Issue
Block a user