From e73aac111838ce9b458738a79088e00ad0a1aa95 Mon Sep 17 00:00:00 2001 From: Michael Drake Date: Fri, 15 Feb 2013 14:57:27 +0000 Subject: Add JS filetype to mimetype mapping. --- riscos/filetype.c | 1 + 1 file changed, 1 insertion(+) diff --git a/riscos/filetype.c b/riscos/filetype.c index 529f867ab..86aafa85a 100644 --- a/riscos/filetype.c +++ b/riscos/filetype.c @@ -46,6 +46,7 @@ static const struct type_entry type_map[] = { {0xd94, "image/x-artworks"}, {0xf78, "image/jng"}, {0xf79, "text/css"}, + {0xf81, "application/javascript"}, {0xf83, "image/mng"}, {0xfaf, "text/html"}, {0xff9, "image/x-riscos-sprite"}, -- cgit v1.2.3