Răsfoiți Sursa

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 3 ani în urmă
părinte
comite
73a7b209ce
4 a modificat fișierele cu 5 adăugiri și 16979 ștergeri
  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>
 <head>
     <title>Converse</title>
     <title>Converse</title>
     <meta charset="utf-8"/>
     <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="viewport" content="width=device-width, initial-scale=1.0"/>
     <meta name="description" content="Converse XMPP/Jabber Chat"/>
     <meta name="description" content="Converse XMPP/Jabber Chat"/>
     <meta name="author" content="JC Brand" />
     <meta name="author" content="JC Brand" />

+ 1 - 0
index.html

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

+ 1 - 0
mobile.html

@@ -4,6 +4,7 @@
     <title>Converse.js | Mobile</title>
     <title>Converse.js | Mobile</title>
     <meta charset="utf-8">
     <meta charset="utf-8">
     <meta http-equiv="Content-Type" content="text/html; 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="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="description" content="Converse: An XMPP chat client which can be integrated into any website" />
     <meta name="author" content="JC Brand" />
     <meta name="author" content="JC Brand" />

Fișier diff suprimat deoarece este prea mare
+ 1 - 16979
package-lock.json


Unele fișiere nu au fost afișate deoarece prea multe fișiere au fost modificate în acest diff