# HG changeset patch # User Nicholas Jillings # Date 1515765483 0 # Node ID 7483f1bae6e187c2356d9b49a4ee9bfdf1b184ca # Parent cbd65226e069921e3b35ab1345032859d73e5b50 #262 chaining of update requests diff -r cbd65226e069 -r 7483f1bae6e1 js/core.js --- a/js/core.js Fri Jan 12 13:38:59 2018 +0000 +++ b/js/core.js Fri Jan 12 13:58:03 2018 +0000 @@ -3779,7 +3779,7 @@ throw ("Cannot save as key == null"); } this.parent.root.setAttribute("state", "update"); - requestChains = requestChains.then(postUpdate()); + requestChains = requestChains.then(postUpdate); } }, "finish": {