Commit 4f78a73e authored by Jérome Perrin's avatar Jérome Perrin

update static version

parent 4db45f6d
...@@ -73,6 +73,11 @@ ...@@ -73,6 +73,11 @@
}); });
}).push(function() { }).push(function() {
return gadget.whoWantsToDisplayThisDocument(gadget.props.jio_key, "view_result"); return gadget.whoWantsToDisplayThisDocument(gadget.props.jio_key, "view_result");
}, function(reason) {
// Very likely, we exceeded the quota of the local storage.
// Let's handle it with a more informative message.
alert("Could not save simulation results.Please check the simulation parameters or try to delete some models.\n\nError was:" + reason);
return gadget.whoWantsToDisplayThisDocument(gadget.props.jio_key, "view");
}).push(function(url) { }).push(function(url) {
return gadget.pleaseRedirectMyHash(url); return gadget.pleaseRedirectMyHash(url);
}); });
......
CACHE MANIFEST CACHE MANIFEST
# This manifest was generated by grunt-manifest HTML5 Cache Manifest Generator # This manifest was generated by grunt-manifest HTML5 Cache Manifest Generator
# Time: Thu Jul 23 2015 17:12:36 GMT+0200 (CEST) # Time: Fri Sep 04 2015 11:12:34 GMT+0200 (CEST)
CACHE: CACHE:
daff/daff.js daff/daff.js
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment