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).remove();
|
||||
NDA.val('');
|
||||
|
||||
return false;
|
||||
});
|
||||
});
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user