[minor] control.js - stop bubble on refresh
This commit is contained in:
parent
1b837845ed
commit
5d58cee0e3
1 changed files with 2 additions and 3 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue