changeset 2976:f2f0402a1e23

#262 debug confirmations
author Nicholas Jillings <n.g.r.jillings@se14.qmul.ac.uk>
date Fri, 12 Jan 2018 13:34:20 +0000
parents d8a715a63e6f
children cbd65226e069
files js/core.js
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/js/core.js	Fri Jan 12 13:26:50 2018 +0000
+++ b/js/core.js	Fri Jan 12 13:34:20 2018 +0000
@@ -3778,6 +3778,7 @@
                         throw ("Cannot save as key == null");
                     }
                     this.parent.root.setAttribute("state", "update");
+                    console.log("Requested save...");
                     requestChains = requestChains.then(postUpdate());
                 }
             },