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+
This commit is contained in:
parent
7b61c750fb
commit
d3f8ad745f
1 changed files with 0 additions and 3 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue