Fixed the path on the highcharts.js include

This commit is contained in:
Greg Akins 2013-02-15 21:27:56 -05:00
parent 96b4feab0d
commit 9f6abc4e05

View File

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