Explorar o código

Fixed IE 11 detection so that support message is correctly shown.

n1474335 %!s(int64=7) %!d(string=hai) anos
pai
achega
fa938f832f
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/web/html/index.html

+ 1 - 1
src/web/html/index.html

@@ -118,7 +118,7 @@
                     <span id="notice">
                     <span id="notice">
                         <script type="text/javascript">
                         <script type="text/javascript">
                             // Must be text/javascript rather than application/javascript otherwise IE won't recognise it...
                             // Must be text/javascript rather than application/javascript otherwise IE won't recognise it...
-                            if (navigator.userAgent && navigator.userAgent.match(/MSIE \d\d?\./)) {
+                            if (navigator.userAgent && navigator.userAgent.match(/Trident/)) {
                                 document.write("Internet Explorer is not supported, please use Firefox or Chrome instead");
                                 document.write("Internet Explorer is not supported, please use Firefox or Chrome instead");
                                 alert("Internet Explorer is not supported, please use Firefox or Chrome instead");
                                 alert("Internet Explorer is not supported, please use Firefox or Chrome instead");
                             }
                             }