diff --git a/app/app.js b/app/app.js index f539d19..f62976f 100644 --- a/app/app.js +++ b/app/app.js @@ -323,6 +323,7 @@ var app = new Vue({ var response = confirm("Resume saved"); storage.setLocalStorage("sections", this.$root.sections); + storage.setVersionedLocalStorage(this.$root.currentVersion,"sections", this.$root.sections); alert("Resume saved"); return false;