Skip to content

Commit

Permalink
Don't trigger a change after having just finished saving!
Browse files Browse the repository at this point in the history
That’s silly!  Plus it’ll set up the leave page blocker again.
  • Loading branch information
George Stephanis committed Aug 14, 2015
1 parent 6e1388d commit 14c88fe
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion assets/js/admin/settings-views-html-settings-tax.js
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,6 @@

WCTaxTableModelInstance.changes = {};
WCTaxTableModelInstance.trigger( 'saved:rates' );
WCTaxTableModelInstance.trigger( 'change:rates' );
}
}
} ),
Expand Down

0 comments on commit 14c88fe

Please sign in to comment.