Bug #1504 » 0001-Temporary-fix-for-IE-9-set-IE-8-compatibility.patch
src/webui/extjs.c | ||
---|---|---|
88 | 88 | |
89 | 89 |
#define EXTJSPATH "static/extjs" |
90 | 90 |
htsbuf_qprintf(hq, "<html>\n"); |
91 | ||
92 |
// IE9 temporary fix |
|
93 |
htsbuf_qprintf(hq, "<head>\n"); |
|
94 |
htsbuf_qprintf(hq, "<meta http-equiv=\"X-UA-Compatible\" content=\"IE=8\">\n"); |
|
95 | ||
91 | 96 |
|
92 | 97 |
htsbuf_qprintf(hq, "<script type=\"text/javascript\" src=\""EXTJSPATH"/adapter/ext/ext-base%s.js\"></script>\n" |
93 | 98 |
"<script type=\"text/javascript\" src=\""EXTJSPATH"/ext-all%s.js\"></script>\n" |
94 |
- |
- « Previous
- 1
- 2
- Next »