The saved expressions feature was failing to save new entries because
the data is not updated correctly. If the saved expressions did not
exist in local storage, nothing would be saved.
Also addressed a minor issue that caused an undefined callback to be
executed, which would throw an error.
Fixes #297
Changes Proposed in this Pull Request:
The saved expressions feature was failing to save new entries because the data is not updated correctly. If the saved expressions did not exist in local storage, nothing would be saved.
Also addressed a minor issue that caused an undefined callback to be executed, which would throw an error.