mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-01-11 09:50:27 +00:00
Parse JSON as text so that it doesn't generate missing tiddlers
This commit is contained in:
parent
d0c87c679a
commit
5a6c2b91f8
@ -26,6 +26,7 @@ var TextParser = function(type,text,options) {
|
||||
exports["text/plain"] = TextParser;
|
||||
exports["text/html"] = TextParser;
|
||||
exports["application/javascript"] = TextParser;
|
||||
exports["application/json"] = TextParser;
|
||||
|
||||
})();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user