diff options
author | Pacien TRAN-GIRARD | 2012-09-28 19:22:01 +0200 |
---|---|---|
committer | Pacien TRAN-GIRARD | 2012-09-28 19:22:01 +0200 |
commit | 48d01fdae81c7466a7d2260f649da053c259ce21 (patch) | |
tree | addb6b09522ce195b4ae71f16eedcfa4ba9a0f98 /index.html | |
parent | eb2ed31e6caafbf96c44b1a47a101ed55df29a77 (diff) | |
download | ninja-48d01fdae81c7466a7d2260f649da053c259ce21.tar.gz |
Remove OS verification.
Diffstat (limited to 'index.html')
-rwxr-xr-x | index.html | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -178,10 +178,6 @@ POSSIBILITY OF SUCH DAMAGE. | |||
178 | 178 | ||
179 | <script type="text/javascript"> | 179 | <script type="text/javascript"> |
180 | window.onload = function() { | 180 | window.onload = function() { |
181 | //Check for OS support | ||
182 | if (navigator.appVersion.toLowerCase().indexOf("win") === -1 && navigator.appVersion.toLowerCase().indexOf("mac") === -1) { | ||
183 | window.location = "./os.html"; | ||
184 | } | ||
185 | // Check if we are running in Chrome | 181 | // Check if we are running in Chrome |
186 | if(navigator.userAgent.toLowerCase().indexOf("chrome") === -1) { | 182 | if(navigator.userAgent.toLowerCase().indexOf("chrome") === -1) { |
187 | window.location = "./redirect.html"; | 183 | window.location = "./redirect.html"; |