Skip to content

Commit

Permalink
Fix: Add missing jquery.js, dynsections.js & optional svgpan.js to QC…
Browse files Browse the repository at this point in the history
…H file
  • Loading branch information
kossebau committed Oct 30, 2016
1 parent d571efb commit bf94156
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/htmlgen.cpp
Expand Up @@ -1026,6 +1026,13 @@ void HtmlGenerator::writeStyleInfo(int part)
}
}
}

Doxygen::indexList->addStyleSheetFile("jquery.js");
Doxygen::indexList->addStyleSheetFile("dynsections.js");
if (Config_getBool(INTERACTIVE_SVG))
{
Doxygen::indexList->addStyleSheetFile("svgpan.js");
}
}
}

Expand Down

0 comments on commit bf94156

Please sign in to comment.