Skip to content

Commit

Permalink
Merge pull request #198 from cleanerx/master
Browse files Browse the repository at this point in the history
F: #187 add missing modify events
  • Loading branch information
cleanerx authored Feb 20, 2017
2 parents 67c99e1 + a068e7d commit a9e7aa1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/js/oseam-views-gaugedialog.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ OSeaM.views.GaugeDialog = OSeaM.View.extend({
'click #oseam-cancel' : 'onCancel',
'click #close' : 'onCancel',
'click #oseam-save' : 'onSave',
'change input' : 'modify',
'change select' : 'modify',
},
initialize : function() {
OSeaM.frontend.on("change:language", this.render, this);
Expand Down

0 comments on commit a9e7aa1

Please sign in to comment.