summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Drake <tlsa@netsurf-browser.org>2013-02-15 14:57:27 +0000
committerMichael Drake <tlsa@netsurf-browser.org>2013-02-15 14:57:27 +0000
commite73aac111838ce9b458738a79088e00ad0a1aa95 (patch)
treed8d4bc943a4a94f71047d9c7c76d6d84f5bc166f
parent058acae43f12d046b9c5bb70be4cc38b42837334 (diff)
downloadnetsurf-e73aac111838ce9b458738a79088e00ad0a1aa95.tar.gz
netsurf-e73aac111838ce9b458738a79088e00ad0a1aa95.tar.bz2
Add JS filetype to mimetype mapping.
-rw-r--r--riscos/filetype.c1
1 files changed, 1 insertions, 0 deletions
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"},