Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
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+
  • Loading branch information
Sharkimus authored and perexg committed Aug 11, 2014
1 parent 7b61c75 commit d3f8ad7
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/webui/extjs.c
Expand Up @@ -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"
Expand Down

0 comments on commit d3f8ad7

Please sign in to comment.