Updated about dialog with new dependencies

This commit is contained in:
benweet 2013-10-15 00:42:10 +01:00
parent 3cc16b1863
commit ed0cdbd04f
3 changed files with 9 additions and 3 deletions

View File

@ -1,5 +1,5 @@
CACHE MANIFEST CACHE MANIFEST
#Date Tue Oct 15 2013 00:32:38 #Date Tue Oct 15 2013 00:41:16
CACHE: CACHE:
index.html index.html

View File

@ -14713,6 +14713,7 @@ define("config", function() {}), define("storage", [ "underscore", "utils" ], fu
jGrowl: "https://github.com/stanlemon/jGrowl/", jGrowl: "https://github.com/stanlemon/jGrowl/",
jQuery: "http://jquery.com/", jQuery: "http://jquery.com/",
LESS: "http://lesscss.org/", LESS: "http://lesscss.org/",
"lz-string": "http://pieroxy.net/blog/pages/lz-string/index.html",
MathJax: "http://www.mathjax.org/", MathJax: "http://www.mathjax.org/",
Mousetrap: "http://craig.is/killing/mice", Mousetrap: "http://craig.is/killing/mice",
"PageDown ACE": "https://github.com/benweet/pagedown-ace", "PageDown ACE": "https://github.com/benweet/pagedown-ace",
@ -14722,10 +14723,12 @@ define("config", function() {}), define("storage", [ "underscore", "utils" ], fu
"RequireJS LESS plugin": "https://github.com/guybedford/require-less", "RequireJS LESS plugin": "https://github.com/guybedford/require-less",
"stacktrace.js": "http://stacktracejs.com/", "stacktrace.js": "http://stacktracejs.com/",
"to-markdown": "https://github.com/domchristie/to-markdown", "to-markdown": "https://github.com/domchristie/to-markdown",
"Typo.js": "https://github.com/cfinke/Typo.js",
"UI Layout": "http://layout.jquery-dev.net/", "UI Layout": "http://layout.jquery-dev.net/",
"Underscore.js": "http://underscorejs.org/", "Underscore.js": "http://underscorejs.org/",
waitForImages: "https://github.com/alexanderdickson/waitForImages", waitForImages: "https://github.com/alexanderdickson/waitForImages",
XRegExp: "https://github.com/slevithan/xregexp" XRegExp: "https://github.com/slevithan/xregexp",
"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 Picasa Proxy": "https://github.com/benweet/stackedit-picasa-proxy", "StackEdit Picasa Proxy": "https://github.com/benweet/stackedit-picasa-proxy",

View File

@ -23,6 +23,7 @@ define([
"jGrowl": "https://github.com/stanlemon/jGrowl/", "jGrowl": "https://github.com/stanlemon/jGrowl/",
"jQuery": "http://jquery.com/", "jQuery": "http://jquery.com/",
"LESS": "http://lesscss.org/", "LESS": "http://lesscss.org/",
"lz-string": "http://pieroxy.net/blog/pages/lz-string/index.html",
"MathJax": "http://www.mathjax.org/", "MathJax": "http://www.mathjax.org/",
"Mousetrap": "http://craig.is/killing/mice", "Mousetrap": "http://craig.is/killing/mice",
"PageDown ACE": "https://github.com/benweet/pagedown-ace", "PageDown ACE": "https://github.com/benweet/pagedown-ace",
@ -32,10 +33,12 @@ define([
"RequireJS LESS plugin": "https://github.com/guybedford/require-less", "RequireJS LESS plugin": "https://github.com/guybedford/require-less",
"stacktrace.js": "http://stacktracejs.com/", "stacktrace.js": "http://stacktracejs.com/",
"to-markdown": "https://github.com/domchristie/to-markdown", "to-markdown": "https://github.com/domchristie/to-markdown",
"Typo.js": "https://github.com/cfinke/Typo.js",
"UI Layout": "http://layout.jquery-dev.net/", "UI Layout": "http://layout.jquery-dev.net/",
"Underscore.js": "http://underscorejs.org/", "Underscore.js": "http://underscorejs.org/",
"waitForImages": "https://github.com/alexanderdickson/waitForImages", "waitForImages": "https://github.com/alexanderdickson/waitForImages",
"XRegExp": "https://github.com/slevithan/xregexp" "XRegExp": "https://github.com/slevithan/xregexp",
"yaml.js": "https://github.com/jeremyfa/yaml.js"
}; };
var projects = { var projects = {