Include jQuery 1.10.0 directly from public/

This solves all kinds of issues when deploying via HTTPS and jQuery
being retrieved via HTTP.
This commit is contained in:
Paul van Tilburg 2013-06-23 22:32:21 +02:00
parent 60e1889072
commit 2b8d4c9111
3 changed files with 9807 additions and 1 deletions

9800
public/javascripts/jquery.js vendored Normal file

File diff suppressed because it is too large Load Diff

6
public/javascripts/jquery.min.js vendored Normal file

File diff suppressed because one or more lines are too long

View File

@ -1461,7 +1461,7 @@ module StopTime::Views
footer { br }
end
# JQuery and Bootstrap JavaScript
script :src => "http://code.jquery.com/jquery.js"
script :src => (R(Static, "") + "javascripts/jquery.min.js")
script :src => (R(Static, "") + "javascripts/bootstrap.min.js")
end
end