Don't trigger a change after having just finished saving!

That’s silly!  Plus it’ll set up the leave page blocker again.
This commit is contained in:
George Stephanis 2015-08-14 11:08:26 -04:00
parent 6e1388d334
commit 14c88fe5e5
1 changed files with 0 additions and 1 deletions

View File

@ -76,7 +76,6 @@
WCTaxTableModelInstance.changes = {};
WCTaxTableModelInstance.trigger( 'saved:rates' );
WCTaxTableModelInstance.trigger( 'change:rates' );
}
}
} ),