Emoji-ify status messages.

git-svn-id: https://www.unprompted.com/svn/projects/tildefriends/trunk@3906 ed5197a5-7fde-0310-b194-c3ffbd925b24
This commit is contained in:
2022-06-18 20:51:22 +00:00
parent b42b5d11fa
commit 3a40722c89
2 changed files with 14 additions and 13 deletions

View File

@ -375,6 +375,7 @@ function guessType(path) {
'css': 'text/css',
'html': 'text/html',
'js': 'text/javascript',
'svg': 'image/svg+xml',
};
var extension = path.split('.').pop();
return k_extension_to_type[extension];