Updated about dialog with new dependencies
This commit is contained in:
parent
3cc16b1863
commit
ed0cdbd04f
@ -1,5 +1,5 @@
|
||||
CACHE MANIFEST
|
||||
#Date Tue Oct 15 2013 00:32:38
|
||||
#Date Tue Oct 15 2013 00:41:16
|
||||
|
||||
CACHE:
|
||||
index.html
|
||||
|
@ -14713,6 +14713,7 @@ define("config", function() {}), define("storage", [ "underscore", "utils" ], fu
|
||||
jGrowl: "https://github.com/stanlemon/jGrowl/",
|
||||
jQuery: "http://jquery.com/",
|
||||
LESS: "http://lesscss.org/",
|
||||
"lz-string": "http://pieroxy.net/blog/pages/lz-string/index.html",
|
||||
MathJax: "http://www.mathjax.org/",
|
||||
Mousetrap: "http://craig.is/killing/mice",
|
||||
"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",
|
||||
"stacktrace.js": "http://stacktracejs.com/",
|
||||
"to-markdown": "https://github.com/domchristie/to-markdown",
|
||||
"Typo.js": "https://github.com/cfinke/Typo.js",
|
||||
"UI Layout": "http://layout.jquery-dev.net/",
|
||||
"Underscore.js": "http://underscorejs.org/",
|
||||
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 = {
|
||||
"StackEdit Download Proxy": "https://github.com/benweet/stackedit-download-proxy",
|
||||
"StackEdit Picasa Proxy": "https://github.com/benweet/stackedit-picasa-proxy",
|
||||
|
@ -23,6 +23,7 @@ define([
|
||||
"jGrowl": "https://github.com/stanlemon/jGrowl/",
|
||||
"jQuery": "http://jquery.com/",
|
||||
"LESS": "http://lesscss.org/",
|
||||
"lz-string": "http://pieroxy.net/blog/pages/lz-string/index.html",
|
||||
"MathJax": "http://www.mathjax.org/",
|
||||
"Mousetrap": "http://craig.is/killing/mice",
|
||||
"PageDown ACE": "https://github.com/benweet/pagedown-ace",
|
||||
@ -32,10 +33,12 @@ define([
|
||||
"RequireJS LESS plugin": "https://github.com/guybedford/require-less",
|
||||
"stacktrace.js": "http://stacktracejs.com/",
|
||||
"to-markdown": "https://github.com/domchristie/to-markdown",
|
||||
"Typo.js": "https://github.com/cfinke/Typo.js",
|
||||
"UI Layout": "http://layout.jquery-dev.net/",
|
||||
"Underscore.js": "http://underscorejs.org/",
|
||||
"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 = {
|
||||
|
Loading…
Reference in New Issue
Block a user