Merge pull request #12 from akinsgre/jquery

Jquery - added to public/javascripts for static non-pipeline reference
This commit is contained in:
Greg Akins 2013-02-15 18:55:32 -08:00
commit 75d1cd06b5
2 changed files with 5 additions and 1 deletions

View File

@ -1,7 +1,7 @@
<!DOCTYPE html>
<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="/javascripts/jquery-1.6.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">

4
public/javascripts/jquery-1.6.js vendored Normal file

File diff suppressed because one or more lines are too long