diff options
author | Sarven Capadisli <csarven@status.net> | 2010-01-03 02:00:12 +0000 |
---|---|---|
committer | Sarven Capadisli <csarven@status.net> | 2010-01-03 02:00:12 +0000 |
commit | 467ae9d9e771fed21a0ebb572ee963f9160943c7 (patch) | |
tree | bbc1dbdbba395e41dd251280489f2d640795f9e8 /js/util.js | |
parent | aef31280f38c6ecff2b3c1a4a9f871c6be0c9fae (diff) |
Button should return false
Diffstat (limited to 'js/util.js')
-rw-r--r-- | js/util.js | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/js/util.js b/js/util.js index d43a99a18..a460a9dbc 100644 --- a/js/util.js +++ b/js/util.js @@ -435,6 +435,8 @@ var SN = { // StatusNet $('#'+SN.C.S.NoticeDataAttachSelected+' button').click(function(){ $('#'+SN.C.S.NoticeDataAttachSelected).remove(); NDA.val(''); + + return false; }); }); }, |