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 @@
@@ -337,6 +353,13 @@
@@ -378,20 +401,11 @@
@@ -465,8 +486,10 @@
@@ -539,8 +569,10 @@
@@ -651,6 +690,7 @@ Details of the article (e.g. Discussion of the World Wide Web, HTTP, HTML.).
@@ -699,6 +750,7 @@
@@ -781,8 +842,11 @@
@@ -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).
+@@ -901,6 +981,7 @@