Fix change event on tax settings screen

This commit is contained in:
Mike Jolley 2016-01-04 10:54:34 +00:00
parent 5aac7062e5
commit 1228ae348c
3 changed files with 3 additions and 3 deletions

View File

@ -114,7 +114,7 @@
this.listenTo( this.model, 'change:rates', this.setUnloadConfirmation );
this.listenTo( this.model, 'saved:rates', this.clearUnloadConfirmation );
$tbody.on( 'change', { view: this }, this.updateModelOnChange );
$tbody.on( 'change', ':input', { view: this }, this.updateModelOnChange );
$tbody.on( 'sortupdate', { view: this }, this.updateModelOnSort );
$search_field.on( 'keyup search', { view: this }, this.onSearchField );
$pagination.on( 'click', 'a', { view: this }, this.onPageChange );

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long