We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 67c99e1 + a068e7d commit a9e7aa1Copy full SHA for a9e7aa1
src/js/oseam-views-gaugedialog.js
@@ -4,6 +4,8 @@ OSeaM.views.GaugeDialog = OSeaM.View.extend({
4
'click #oseam-cancel' : 'onCancel',
5
'click #close' : 'onCancel',
6
'click #oseam-save' : 'onSave',
7
+ 'change input' : 'modify',
8
+ 'change select' : 'modify',
9
},
10
initialize : function() {
11
OSeaM.frontend.on("change:language", this.render, this);
0 commit comments