From e763a7c9fd491b5a7e0a11439a0be70a1b5e9d18 Mon Sep 17 00:00:00 2001 From: chris2fr Date: Sat, 24 Oct 2020 21:11:35 +0200 Subject: [PATCH] Added save of Version in save function --- app/app.js | 1 + 1 file changed, 1 insertion(+) 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;