Skip to content
This repository has been archived by the owner on Feb 15, 2022. It is now read-only.

Fix for Internet Explorer 8 redirection #40

Open
nfreear opened this issue Apr 11, 2016 · 0 comments
Open

Fix for Internet Explorer 8 redirection #40

nfreear opened this issue Apr 11, 2016 · 0 comments
Assignees
Labels

Comments

@nfreear
Copy link
Contributor

nfreear commented Apr 11, 2016


From — static/src/index.html:

<!doctype html><html><!--[if lte IE 8]>
    <meta HTTP-EQUIV="REFRESH" content="0; url=http://www.nquire-it.org/ie8.htm">
    <![endif]--></html>

To:

<!doctype html><html><!--[if lte IE 8]>
    <script> window.location = './ie8.htm'; </script>
    <![endif]--></html>

[iet:5559787]

@nfreear nfreear self-assigned this Apr 11, 2016
@nfreear nfreear added the bug label Apr 11, 2016
nfreear added a commit that referenced this issue Apr 11, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

1 participant