diff --git a/public/cache.manifest b/public/cache.manifest index 40d6bec8..1d616bf7 100644 --- a/public/cache.manifest +++ b/public/cache.manifest @@ -1,5 +1,5 @@ CACHE MANIFEST -#Date Tue Oct 15 2013 00:41:16 +#Date Tue Oct 15 2013 01:02:10 CACHE: index.html diff --git a/public/res-min/main.js b/public/res-min/main.js index bce13ab5..79f0a3c8 100644 --- a/public/res-min/main.js +++ b/public/res-min/main.js @@ -14731,6 +14731,7 @@ define("config", function() {}), define("storage", [ "underscore", "utils" ], fu "yaml.js": "https://github.com/jeremyfa/yaml.js" }, s = { "StackEdit Download Proxy": "https://github.com/benweet/stackedit-download-proxy", + "StackEdit HTMLtoPDF": "https://github.com/benweet/stackedit-htmltopdf", "StackEdit Picasa Proxy": "https://github.com/benweet/stackedit-picasa-proxy", "StackEdit SSH Proxy": "https://github.com/benweet/stackedit-ssh-proxy", "StackEdit Tumblr Proxy": "https://github.com/benweet/stackedit-tumblr-proxy", @@ -26471,7 +26472,9 @@ if (hljs.LANGUAGES.glsl = function(e) { }), e(".action-redirect-confirm").click(function() { G = void 0, U(); }), e(".modal-redirect-confirm").on("hidden.bs.modal", function() { - G && G(); + t.defer(function() { + G && G(); + }); }), t.each(document.querySelectorAll("img"), function(t) { var n = e(t), i = n.data("stackeditSrc"); i && n.attr("src", baseDir + "/img/" + i); diff --git a/public/res/core.js b/public/res/core.js index 2885301c..c366c803 100644 --- a/public/res/core.js +++ b/public/res/core.js @@ -943,7 +943,9 @@ define([ redirectCallbackConfirm(); }); $('.modal-redirect-confirm').on('hidden.bs.modal', function() { - redirectCallbackCancel && redirectCallbackCancel(); + _.defer(function() { + redirectCallbackCancel && redirectCallbackCancel(); + }); }); // Load images diff --git a/public/res/extensions/dialogAbout.js b/public/res/extensions/dialogAbout.js index 642177f9..3a7d3017 100644 --- a/public/res/extensions/dialogAbout.js +++ b/public/res/extensions/dialogAbout.js @@ -43,6 +43,7 @@ define([ var projects = { "StackEdit Download Proxy": "https://github.com/benweet/stackedit-download-proxy", + "StackEdit HTMLtoPDF": "https://github.com/benweet/stackedit-htmltopdf", "StackEdit Picasa Proxy": "https://github.com/benweet/stackedit-picasa-proxy", "StackEdit SSH Proxy": "https://github.com/benweet/stackedit-ssh-proxy", "StackEdit Tumblr Proxy": "https://github.com/benweet/stackedit-tumblr-proxy",