Skip to content

Commit

Permalink
swith to use opengene.org/plotly-1.2.0.min.js
Browse files Browse the repository at this point in the history
since the plotly.js CDN is not stable
  • Loading branch information
sfchen committed Apr 8, 2020
1 parent c2296f9 commit 8f0ecea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/htmlreporter.cpp
Expand Up @@ -406,7 +406,7 @@ void HtmlReporter::printCSS(ofstream& ofs){
}

void HtmlReporter::printJS(ofstream& ofs){
ofs << "<script src='https://cdn.plot.ly/plotly-latest.min.js'></script>" << endl;
ofs << "<script src='http://opengene.org/plotly-1.2.0.min.js'></script>" << endl;
ofs << "\n<script type=\"text/javascript\">" << endl;
ofs << " function showOrHide(divname) {" << endl;
ofs << " div = document.getElementById(divname);" << endl;
Expand Down

0 comments on commit 8f0ecea

Please sign in to comment.