From d3f8ad745ff902ded466e4bf7dfced42f3526bd3 Mon Sep 17 00:00:00 2001 From: Sharkimus Date: Mon, 11 Aug 2014 12:18:35 +0930 Subject: [PATCH] Update extjs.c 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 | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/webui/extjs.c b/src/webui/extjs.c index bb177c25..2e665d72 100755 --- a/src/webui/extjs.c +++ b/src/webui/extjs.c @@ -93,9 +93,6 @@ extjs_root(http_connection_t *hc, const char *remain, void *opaque) htsbuf_qprintf(hq, "\n"); htsbuf_qprintf(hq, "\n"); - // Issue #1504 - IE9 temporary fix - htsbuf_qprintf(hq, "\n"); - htsbuf_qprintf(hq, "\n"); htsbuf_qprintf(hq, "\n"