diff gpp/settings.py @ 246:e4dc0b649fcb

Update to version 1.8.5 of jquery ui library that is hosted on google.
author Brian Neal <bgneal@gmail.com>
date Sat, 18 Sep 2010 19:39:16 +0000
parents 423c39ee44e0
children 0a875f679f07
line wrap: on
line diff
--- a/gpp/settings.py	Sat Sep 18 18:56:22 2010 +0000
+++ b/gpp/settings.py	Sat Sep 18 19:39:16 2010 +0000
@@ -269,7 +269,7 @@
         'js/jquery.jeditable.mini.js',
     ),
     'jquery-ui': (
-        'http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.0/jquery-ui.min.js',
+        'http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.5/jquery-ui.min.js',
     ),
     'markitup': (
         'js/markitup/jquery.markitup.pack.js',
@@ -282,7 +282,7 @@
 }
 GPP_THIRD_PARTY_CSS = {
     'jquery-ui': (
-        'http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.0/themes/redmond/jquery-ui.css',
+        'http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.5/themes/redmond/jquery-ui.css',
     ),
     'markitup': (
         'js/markitup/skins/markitup/style.css',