Skip to content

Commit a9e7aa1

Browse files
authored
Merge pull request #198 from cleanerx/master
F: #187 add missing modify events
2 parents 67c99e1 + a068e7d commit a9e7aa1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/js/oseam-views-gaugedialog.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ OSeaM.views.GaugeDialog = OSeaM.View.extend({
44
'click #oseam-cancel' : 'onCancel',
55
'click #close' : 'onCancel',
66
'click #oseam-save' : 'onSave',
7+
'change input' : 'modify',
8+
'change select' : 'modify',
79
},
810
initialize : function() {
911
OSeaM.frontend.on("change:language", this.render, this);

0 commit comments

Comments
 (0)