Button should return false

This commit is contained in:
Sarven Capadisli 2010-01-03 02:00:12 +00:00
parent aef31280f3
commit 467ae9d9e7
1 changed files with 2 additions and 0 deletions

View File

@ -435,6 +435,8 @@ var SN = { // StatusNet
$('#'+SN.C.S.NoticeDataAttachSelected+' button').click(function(){
$('#'+SN.C.S.NoticeDataAttachSelected).remove();
NDA.val('');
return false;
});
});
},