From 2c6e2e37176e6aa7ff42d925cc9ebe6de3c6d0a8 Mon Sep 17 00:00:00 2001 From: chris2fr Date: Sat, 31 Oct 2020 00:16:14 +0100 Subject: [PATCH] I now like how the saving and loading work. --- app/app.js | 4 +- index.html | 113 +++++++++++++++++++++++++++++++++++++++++++++-------- 2 files changed, 99 insertions(+), 18 deletions(-) diff --git a/app/app.js b/app/app.js index 73ad5ce..cc7cc97 100644 --- a/app/app.js +++ b/app/app.js @@ -312,12 +312,12 @@ var app = new Vue({ saveResume: function() { - var response = confirm("Resume saved"); + // var response = confirm("Resume saved"); storage.setLocalStorage("sections", this.$root.sections); storage.setVersionedLocalStorage(this.$root.currentVersion,"sections", this.$root.sections); - alert("Resume saved"); + // alert("Resume saved"); return false; }, /** diff --git a/index.html b/index.html index e31d0c9..efafd27 100644 --- a/index.html +++ b/index.html @@ -48,8 +48,8 @@
  Home
- + @@ -106,7 +106,23 @@
+   Save + + + +   Save +
+ +
@@ -337,6 +353,13 @@
+
+ +

@@ -378,20 +401,11 @@ - +   Save +

+
@@ -425,6 +439,13 @@
+
+ +

@@ -465,8 +486,10 @@

+   Save
+
@@ -500,6 +523,13 @@
+
+ +

@@ -539,8 +569,10 @@

+   Save
+
@@ -625,6 +657,13 @@
+
+ +

@@ -651,6 +690,7 @@ Details of the article (e.g. Discussion of the World Wide Web, HTTP, HTML.).

+   Save
@@ -678,7 +718,18 @@
+ +
+ + + + +

@@ -699,6 +750,7 @@

+   Save
@@ -766,6 +818,15 @@
+ +
+ +
+

@@ -781,8 +842,11 @@

- +   Save +
+ +
@@ -814,6 +878,13 @@
+
+ +

@@ -824,7 +895,9 @@ The reference given by the person (e.g. Joe blogs was a great employee, who turned up to work at least once a week. He exceeded my expectations when it came to doing nothing).

+   Save
+
@@ -847,6 +920,13 @@
+
+ +

@@ -901,6 +981,7 @@

+   Save
@@ -1311,7 +1392,7 @@

-
+