Skip to content

Commit 41e3eee

Browse files
committed
issue #10354 Make polyfill optional, at least.
1 parent 3fe542c commit 41e3eee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/htmlgen.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -473,7 +473,7 @@ static QCString substituteHtmlKeywords(const QCString &str,
473473
{
474474
case MATHJAX_VERSION_t::MathJax_3:
475475
{
476-
mathJaxJs += "<script src=\"https://polyfill.io/v3/polyfill.min.js?features=es6\"></script>\n"
476+
mathJaxJs += // "<script src=\"https://polyfill.io/v3/polyfill.min.js?features=es6\"></script>\n" // needed for IE11 only, see #10354
477477
"<script type=\"text/javascript\">\n"
478478
"window.MathJax = {\n"
479479
" options: {\n"

0 commit comments

Comments
 (0)