summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonny Buchanan <jonathan.buchanan@gmail.com>2016-05-09 16:58:59 +0100
committerCorey Hulen <corey@hulen.com>2016-05-09 08:58:59 -0700
commit9e07f4b021b28a3e301359a48cf950298f3e552e (patch)
treefa242d9c498c96d26f08e9adece2930c6b962755
parent23f6cdf3aa0e4c3f17151c615084b0360b0674a3 (diff)
downloadchat-9e07f4b021b28a3e301359a48cf950298f3e552e.tar.gz
chat-9e07f4b021b28a3e301359a48cf950298f3e552e.tar.bz2
chat-9e07f4b021b28a3e301359a48cf950298f3e552e.zip
Add <meta> tag to force latest version of IE (#2837)
-rw-r--r--webapp/root.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/webapp/root.html b/webapp/root.html
index cc2b7cd61..d3c569361 100644
--- a/webapp/root.html
+++ b/webapp/root.html
@@ -1,6 +1,7 @@
<!DOCTYPE html>
<html>
<head>
+ <meta http-equiv='X-UA-Compatible' content='IE=edge'>
<meta name='viewport' content='width=device-width, initial-scale=1, maximum-scale=1'>
<meta name='robots' content='noindex, nofollow'>
<meta name='referrer' content='no-referrer'>