Ver Fonte

Add meta tag which prompts IE users to upgrade

https://docs.microsoft.com/en-us/openspecs/ie_standards/ms-iedoco/380e2488-f5eb-4457-a07a-0cb1b6e4b4b5
JC Brand há 3 anos atrás
pai
commit
73a7b209ce
4 ficheiros alterados com 5 adições e 16979 exclusões
  1. 2 0
      fullscreen.html
  2. 1 0
      index.html
  3. 1 0
      mobile.html
  4. 1 16979
      package-lock.json

+ 2 - 0
fullscreen.html

@@ -3,6 +3,8 @@
 <head>
     <title>Converse</title>
     <meta charset="utf-8"/>
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+    <meta http-equiv="X-UA-Compatible" content="IE=edge">
     <meta name="viewport" content="width=device-width, initial-scale=1.0"/>
     <meta name="description" content="Converse XMPP/Jabber Chat"/>
     <meta name="author" content="JC Brand" />

+ 1 - 0
index.html

@@ -4,6 +4,7 @@
     <title>Converse</title>
     <meta charset="utf-8">
     <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+    <meta http-equiv="X-UA-Compatible" content="IE=edge">
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
     <meta name="description" content="Converse XMPP/Jabber Chat"/>
     <meta name="author" content="JC Brand" />

+ 1 - 0
mobile.html

@@ -4,6 +4,7 @@
     <title>Converse.js | Mobile</title>
     <meta charset="utf-8">
     <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+    <meta http-equiv="X-UA-Compatible" content="IE=edge">
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
     <meta name="description" content="Converse: An XMPP chat client which can be integrated into any website" />
     <meta name="author" content="JC Brand" />

Diff do ficheiro suprimidas por serem muito extensas
+ 1 - 16979
package-lock.json


Alguns ficheiros não foram mostrados porque muitos ficheiros mudaram neste diff