1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-09-27 22:58:19 +00:00

Added JSON extension to file info

This commit is contained in:
Jeremy Ruston 2012-06-06 14:54:29 +01:00
parent 22b836e4ac
commit 6b56a95ca8

View File

@ -68,6 +68,7 @@ $tw.config.fileExtensions = {
".css": {type: "text/css", encoding: "utf8"},
".html": {type: "text/html", encoding: "utf8"},
".js": {type: "application/javascript", encoding: "utf8"},
".json": {type: "application/json", encoding: "utf8"},
".jpg": {type: "image/jpeg", encoding: "base64"},
".jpeg": {type: "image/jpeg", encoding: "base64"},
".png": {type: "image/png", encoding: "base64"},