]> git.ipfire.org Git - thirdparty/tvheadend.git/commitdiff
Update extjs.c
authorSharkimus <markp20@bigpond.com>
Mon, 11 Aug 2014 02:48:35 +0000 (12:18 +0930)
committerJaroslav Kysela <perex@perex.cz>
Mon, 11 Aug 2014 16:01:32 +0000 (18:01 +0200)
Hi Guys, I've deleted two lines in this file that is forcing IE to go into compatibility mode for IE8 and causes it to not work properly in IE10+

src/webui/extjs.c

index bb177c250bf7fd64f0edd9b2bdd22c8ce94e03cb..2e665d72c215f09fb27dd8d7b4aedfd7cbaa77e9 100755 (executable)
@@ -93,9 +93,6 @@ extjs_root(http_connection_t *hc, const char *remain, void *opaque)
   htsbuf_qprintf(hq, "<html>\n");
   htsbuf_qprintf(hq, "<head>\n");
 
-  // Issue #1504 - IE9 temporary fix
-  htsbuf_qprintf(hq, "<meta http-equiv=\"X-UA-Compatible\" content=\"IE=8\">\n");
-
   htsbuf_qprintf(hq, "<meta name=\"apple-itunes-app\" content=\"app-id=638900112\">\n");
   
   htsbuf_qprintf(hq, "<script type=\"text/javascript\" src=\""EXTJSPATH"/adapter/ext/ext-base%s.js\"></script>\n"