Adding highcharts to static content so they can be accessed in a non asset pipeline manner

This commit is contained in:
Greg Akins 2013-02-15 21:14:51 -05:00
parent 9e7f4aff09
commit 96b4feab0d
2 changed files with 10742 additions and 2 deletions

View File

@ -2,7 +2,7 @@
<html>
<head>
<script type="text/javascript" src="http<%= 's' if @ssl %>://ajax.googleapis.com/ajax/libs/jquery/1.4.4/jquery.min.js"></script>
<script type="text/javascript" src="http<%= 's' if @ssl %>://api.thingspeak.com/javascripts/highcharts<%= '-android' if get_header_value('user_agent').upcase.index('ANDROID') %>.js"></script>
<script type="text/javascript" src="../javascripts/highcharts<%= '-android' if get_header_value('user_agent').upcase.index('ANDROID') %>.js"></script>
<script type="text/javascript">

File diff suppressed because it is too large Load Diff