Updated about dialog with new dependencies

This commit is contained in:
benweet 2013-10-15 01:02:19 +01:00
parent ed0cdbd04f
commit 29c7e6dd5f
4 changed files with 9 additions and 3 deletions

View File

@ -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

View File

@ -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);

View File

@ -943,7 +943,9 @@ define([
redirectCallbackConfirm();
});
$('.modal-redirect-confirm').on('hidden.bs.modal', function() {
redirectCallbackCancel && redirectCallbackCancel();
_.defer(function() {
redirectCallbackCancel && redirectCallbackCancel();
});
});
// Load images

View File

@ -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",