Updated about dialog with new dependencies
This commit is contained in:
parent
ed0cdbd04f
commit
29c7e6dd5f
@ -1,5 +1,5 @@
|
|||||||
CACHE MANIFEST
|
CACHE MANIFEST
|
||||||
#Date Tue Oct 15 2013 00:41:16
|
#Date Tue Oct 15 2013 01:02:10
|
||||||
|
|
||||||
CACHE:
|
CACHE:
|
||||||
index.html
|
index.html
|
||||||
|
@ -14731,6 +14731,7 @@ define("config", function() {}), define("storage", [ "underscore", "utils" ], fu
|
|||||||
"yaml.js": "https://github.com/jeremyfa/yaml.js"
|
"yaml.js": "https://github.com/jeremyfa/yaml.js"
|
||||||
}, s = {
|
}, s = {
|
||||||
"StackEdit Download Proxy": "https://github.com/benweet/stackedit-download-proxy",
|
"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 Picasa Proxy": "https://github.com/benweet/stackedit-picasa-proxy",
|
||||||
"StackEdit SSH Proxy": "https://github.com/benweet/stackedit-ssh-proxy",
|
"StackEdit SSH Proxy": "https://github.com/benweet/stackedit-ssh-proxy",
|
||||||
"StackEdit Tumblr Proxy": "https://github.com/benweet/stackedit-tumblr-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() {
|
}), e(".action-redirect-confirm").click(function() {
|
||||||
G = void 0, U();
|
G = void 0, U();
|
||||||
}), e(".modal-redirect-confirm").on("hidden.bs.modal", function() {
|
}), e(".modal-redirect-confirm").on("hidden.bs.modal", function() {
|
||||||
|
t.defer(function() {
|
||||||
G && G();
|
G && G();
|
||||||
|
});
|
||||||
}), t.each(document.querySelectorAll("img"), function(t) {
|
}), t.each(document.querySelectorAll("img"), function(t) {
|
||||||
var n = e(t), i = n.data("stackeditSrc");
|
var n = e(t), i = n.data("stackeditSrc");
|
||||||
i && n.attr("src", baseDir + "/img/" + i);
|
i && n.attr("src", baseDir + "/img/" + i);
|
||||||
|
@ -943,8 +943,10 @@ define([
|
|||||||
redirectCallbackConfirm();
|
redirectCallbackConfirm();
|
||||||
});
|
});
|
||||||
$('.modal-redirect-confirm').on('hidden.bs.modal', function() {
|
$('.modal-redirect-confirm').on('hidden.bs.modal', function() {
|
||||||
|
_.defer(function() {
|
||||||
redirectCallbackCancel && redirectCallbackCancel();
|
redirectCallbackCancel && redirectCallbackCancel();
|
||||||
});
|
});
|
||||||
|
});
|
||||||
|
|
||||||
// Load images
|
// Load images
|
||||||
_.each(document.querySelectorAll('img'), function(imgElt) {
|
_.each(document.querySelectorAll('img'), function(imgElt) {
|
||||||
|
@ -43,6 +43,7 @@ define([
|
|||||||
|
|
||||||
var projects = {
|
var projects = {
|
||||||
"StackEdit Download Proxy": "https://github.com/benweet/stackedit-download-proxy",
|
"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 Picasa Proxy": "https://github.com/benweet/stackedit-picasa-proxy",
|
||||||
"StackEdit SSH Proxy": "https://github.com/benweet/stackedit-ssh-proxy",
|
"StackEdit SSH Proxy": "https://github.com/benweet/stackedit-ssh-proxy",
|
||||||
"StackEdit Tumblr Proxy": "https://github.com/benweet/stackedit-tumblr-proxy",
|
"StackEdit Tumblr Proxy": "https://github.com/benweet/stackedit-tumblr-proxy",
|
||||||
|
Loading…
Reference in New Issue
Block a user