Skip to content

Commit

Permalink
Removed reference to hardcoded Highchart-version
Browse files Browse the repository at this point in the history
Highchart now loaded via CDN - untested
  • Loading branch information
tscheffl authored Nov 15, 2022
1 parent 0d7251d commit 7bc9fa4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion REST_demo/_Browser/REST_Demo.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@


<script src="js_libs/jquery/1.6.1/jquery.min.js" type="text/javascript"></script>
<script src="js_libs/Highcharts/Highcharts-3.0.7/js/highcharts.js" type="text/javascript"></script>
<script src="https://code.highcharts.com/highcharts.js"></script>


<script type='text/javascript'>
Expand Down

0 comments on commit 7bc9fa4

Please sign in to comment.