changeset 73:8d391fe0ad64

#20 Upgrade to jQuery UI 1.7.2.
author Brian Neal <bgneal@gmail.com>
date Wed, 01 Jul 2009 18:50:49 +0000
parents 7f199c85a07c
children df56795771a6
files gpp/settings.py
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/gpp/settings.py	Wed Jul 01 18:38:25 2009 +0000
+++ b/gpp/settings.py	Wed Jul 01 18:50:49 2009 +0000
@@ -197,7 +197,7 @@
         'js/jquery.jeditable.mini.js',
     ),
     'jquery-ui': (
-        'http://ajax.googleapis.com/ajax/libs/jqueryui/1.7.1/jquery-ui.min.js',
+        'http://ajax.googleapis.com/ajax/libs/jqueryui/1.7.2/jquery-ui.min.js',
     ),
     'markitup': (
         'js/markitup/jquery.markitup.pack.js',
@@ -210,7 +210,7 @@
 }
 GPP_THIRD_PARTY_CSS = {
     'jquery-ui': (
-        'http://ajax.googleapis.com/ajax/libs/jqueryui/1.7.1/themes/redmond/jquery-ui.css',
+        'http://ajax.googleapis.com/ajax/libs/jqueryui/1.7.2/themes/redmond/jquery-ui.css',
     ),
     'jquery-autocomplete': (
         'js/jquery-autocomplete/jquery.autocomplete.css',