Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 01efe17

Browse files
Merge pull request #22 from plotly/load-plotly-js
make sure plotly.js is present on every page
2 parents 064fa18 + e8c6a74 commit 01efe17

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

_includes/layouts/head.html

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,8 @@
1616
<script>hljs.initHighlightingOnLoad();</script>
1717
{% endif %}
1818

19-
{% if page.language == "plotly_js" or page.language == "r" or page.language == "ggplot2" %}
2019
<!-- Plotly.js -->
2120
<script src="https://cdn.plot.ly/plotly-latest.min.js"></script>
22-
{% endif %}
2321

2422
{% if page.language == "r" or page.language == "ggplot2" %}
2523
<script src="/all_static/r_files/r_dependencies.js"></script>

0 commit comments

Comments
 (0)