aboutsummaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'index.html')
-rwxr-xr-xindex.html4
1 files changed, 4 insertions, 0 deletions
diff --git a/index.html b/index.html
index e9b2d1ee..7c852357 100755
--- a/index.html
+++ b/index.html
@@ -178,6 +178,10 @@ 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 }
181 // Check if we are running in Chrome 185 // Check if we are running in Chrome
182 if(navigator.userAgent.toLowerCase().indexOf("chrome") === -1) { 186 if(navigator.userAgent.toLowerCase().indexOf("chrome") === -1) {
183 window.location = "./redirect.html"; 187 window.location = "./redirect.html";