mirror of
https://github.com/Jermolene/TiddlyWiki5.git
synced 2026-01-09 18:52:00 -08:00
Fix mime type for 2c7f467
This commit is contained in:
parent
2c7f467514
commit
c64fc164fc
1 changed files with 1 additions and 1 deletions
|
|
@ -1294,7 +1294,7 @@ $tw.modules.define("$:/boot/tiddlerdeserializer/js","tiddlerdeserializer",{
|
|||
"application/javascript": deserializeHeaderComment
|
||||
});
|
||||
$tw.modules.define("$:/boot/tiddlerdeserializer/css","tiddlerdeserializer",{
|
||||
"application/css": deserializeHeaderComment
|
||||
"text/css": deserializeHeaderComment
|
||||
});
|
||||
$tw.modules.define("$:/boot/tiddlerdeserializer/tid","tiddlerdeserializer",{
|
||||
"application/x-tiddler": function(text,fields) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue