1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2025-11-12 05:23:00 +00:00

Adjust build scripts to save favicon.ico from wiki

And add file type information for `image/x-icon`
This commit is contained in:
Jermolene
2013-12-18 17:27:10 +00:00
parent f3b2788ed1
commit 07dd524016
5 changed files with 5 additions and 8 deletions

View File

@@ -1420,6 +1420,7 @@ $tw.boot.startup = function() {
$tw.utils.registerFileType("image/png","base64",".png");
$tw.utils.registerFileType("image/gif","base64",".gif");
$tw.utils.registerFileType("image/svg+xml","utf8",".svg");
$tw.utils.registerFileType("image/x-icon","base64",".ico");
$tw.utils.registerFileType("application/font-woff","base64",".woff");
// Create the wiki store for the app
$tw.wiki = new $tw.Wiki();