# HG changeset patch # User Nicholas Jillings # Date 1437645488 -3600 # Node ID b9546c7f809ef43881d8dd076dcb1d9b65f82911 # Parent 18bb9a840145d395014bc00ccbfec62f1fb74f01 Feature #1274: Added ending screen for auto-save option. diff -r 18bb9a840145 -r b9546c7f809e core.js --- a/core.js Thu Jul 23 10:48:14 2015 +0100 +++ b/core.js Thu Jul 23 10:58:08 2015 +0100 @@ -639,6 +639,10 @@ console.log(xmlhttp.status); if (xmlhttp.status != 200 && xmlhttp.readyState == 4) { createProjectSave(null); + } else { + popup.showPopup(); + popup.popupContent.innerHTML = null; + popup.popupContent.textContent = "Thank you for performing this listening test"; } }; xmlhttp.send(file);