From 8739a7a24af353413312f43f8549128c62341cb6 Mon Sep 17 00:00:00 2001 From: Mike Lang Date: Sun, 3 Nov 2019 06:14:02 -0800 Subject: [PATCH] thrimbletrimmer: Popup on save draft so we know it succeeded --- thrimbletrimmer/scripts/IO.js | 1 + 1 file changed, 1 insertion(+) diff --git a/thrimbletrimmer/scripts/IO.js b/thrimbletrimmer/scripts/IO.js index 07aea86..668a538 100644 --- a/thrimbletrimmer/scripts/IO.js +++ b/thrimbletrimmer/scripts/IO.js @@ -257,6 +257,7 @@ thrimbletrimmerSubmit = function(state) { setTimeout(() => { window.location.href = '/thrimbletrimmer/dashboard.html'; }, 500); return } + alert("Draft saved"); document.getElementById('SubmitButton').disabled = false; })); };