From 467ae9d9e771fed21a0ebb572ee963f9160943c7 Mon Sep 17 00:00:00 2001 From: Sarven Capadisli Date: Sun, 3 Jan 2010 02:00:12 +0000 Subject: [PATCH] Button should return false --- js/util.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/js/util.js b/js/util.js index d43a99a180..a460a9dbcf 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; }); }); },