# HG changeset patch # User Nicholas Jillings # Date 1437645488 -3600 # Node ID 0e525f772934eec5f837907e95372607534a8094 # Parent bd128cd894be0f467a783d6d5f47a416c077fc37 Feature #1274: Added ending screen for auto-save option. diff -r bd128cd894be -r 0e525f772934 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);