diff options
author | Einar Egilsson <einar@einaregilsson.com> | 2020-01-03 09:15:25 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-01-03 09:15:25 +0000 |
commit | d10f9aa1e1c4e20cf1a12455219b1b4ad6b45f95 (patch) | |
tree | 2a2e563ccaf81ce7ce4e6c7a8d27a868537fdf99 | |
parent | a0d24972c2ed27335df6e4c3b3ecc1116f78d7ed (diff) | |
parent | e5311097518d86de094db6ad30d6751e66334631 (diff) |
Merge pull request #175 from Gitoffthelawn/patch-8
Clarify description of Flash
-rw-r--r-- | js/redirect.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/js/redirect.js b/js/redirect.js index 23ae409..116cc72 100644 --- a/js/redirect.js +++ b/js/redirect.js @@ -19,7 +19,7 @@ Redirect.requestTypes = { script : "Scripts", image : "Images", imageset: "Responsive Images in Firefox", - object : "Objects (e.g. Flash videos, Java applets)", + object : "Objects (e.g. Flash content, Java applets)", xmlhttprequest : "XMLHttpRequests (Ajax)", history : "HistoryState", other : "Other" |