kopia lustrzana https://github.com/miklobit/TiddlyWiki5
Parse JSON as text so that it doesn't generate missing tiddlers
rodzic
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;
|
||||
|
||||
})();
|
||||
|
||||
|
|
Ładowanie…
Reference in New Issue