summaryrefslogtreecommitdiff
path: root/web/taginfo.rb
diff options
context:
space:
mode:
authorJochen Topf <jochen@topf.org>2013-01-17 17:45:09 +0100
committerJochen Topf <jochen@topf.org>2013-01-17 17:45:09 +0100
commit227e9b58bf40d246e59a386f619cf6aa23e76314 (patch)
tree7f9e9adabeb0a00fd2021c3e9fe7bff982a24ca9 /web/taginfo.rb
parent32aa1defac2c238688564dad0af809826670ff14 (diff)
downloadtaginfo-227e9b58bf40d246e59a386f619cf6aa23e76314.tar
taginfo-227e9b58bf40d246e59a386f619cf6aa23e76314.tar.gz
Switched to jQuery 1.9 and jQuery UI 1.9.2
Also updated the customSelect library.
Diffstat (limited to 'web/taginfo.rb')
-rwxr-xr-xweb/taginfo.rb7
1 files changed, 4 insertions, 3 deletions
diff --git a/web/taginfo.rb b/web/taginfo.rb
index 812eb2d..5d9c6fc 100755
--- a/web/taginfo.rb
+++ b/web/taginfo.rb
@@ -102,9 +102,10 @@ class Taginfo < Sinatra::Base
params[:locale] = request.cookies['taginfo_locale']
end
- javascript 'jquery-1.5.1.min'
- javascript 'jquery-ui-1.8.10.custom.min'
- javascript 'customSelect.jquery-minified'
+ javascript 'jquery-1.9.0.min'
+ javascript 'jquery-migrate-1.0.0' # needed for flexigrid
+ javascript 'jquery-ui-1.9.2.custom.min'
+ javascript 'customSelect.jquery.min'
javascript 'jquery.tipsy-minified'
javascript 'flexigrid-minified'
javascript r18n.locale.code + '/texts'