Updated about dialog with new dependencies
This commit is contained in:
parent
ed0cdbd04f
commit
29c7e6dd5f
@ -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
|
||||
|
@ -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() {
|
||||
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);
|
||||
|
@ -943,8 +943,10 @@ define([
|
||||
redirectCallbackConfirm();
|
||||
});
|
||||
$('.modal-redirect-confirm').on('hidden.bs.modal', function() {
|
||||
_.defer(function() {
|
||||
redirectCallbackCancel && redirectCallbackCancel();
|
||||
});
|
||||
});
|
||||
|
||||
// Load images
|
||||
_.each(document.querySelectorAll('img'), function(imgElt) {
|
||||
|
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user