From 5d58cee0e326e5e7f38c69b41b7ee833d52dcdfd Mon Sep 17 00:00:00 2001 From: Anand Doshi Date: Fri, 2 Aug 2013 16:07:34 +0530 Subject: [PATCH] [minor] control.js - stop bubble on refresh --- public/js/wn/form/control.js | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/public/js/wn/form/control.js b/public/js/wn/form/control.js index 05b11922b1..2405e99136 100644 --- a/public/js/wn/form/control.js +++ b/public/js/wn/form/control.js @@ -191,10 +191,9 @@ wn.ui.form.ControlInput = wn.ui.form.Control.extend({ me.set_description(); me.set_label(); me.set_mandatory(me.value); - return false; } - - }) + return false; + }); }, bind_change_event: function() { var me = this;