diff gpp/settings.py @ 186:be3fff614b93

Implement #66; use jQuery UI autocomplete widget to replace obsolete jquery-autocomplete plugin. I implemented a very simple caching system.
author Brian Neal <bgneal@gmail.com>
date Tue, 30 Mar 2010 01:30:32 +0000
parents 4e1abeb593c2
children d293b423bdaf
line wrap: on
line diff
--- a/gpp/settings.py	Sun Mar 28 23:25:10 2010 +0000
+++ b/gpp/settings.py	Tue Mar 30 01:30:32 2010 +0000
@@ -219,11 +219,6 @@
     'jquery': (
         'http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js',
     ),
-    'jquery-autocomplete': (
-        'js/jquery-autocomplete/lib/jquery.bgiframe.min.js',
-        'js/jquery-autocomplete/lib/jquery.ajaxQueue.js',
-        'js/jquery-autocomplete/jquery.autocomplete.js',
-    ),
     'jquery-jeditable': (
         'js/jquery.jeditable.mini.js',
     ),
@@ -243,9 +238,6 @@
     'jquery-ui': (
         'http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.0/themes/redmond/jquery-ui.css',
     ),
-    'jquery-autocomplete': (
-        'js/jquery-autocomplete/jquery.autocomplete.css',
-    ),
     'markitup': (
         'js/markitup/skins/markitup/style.css',
         'js/markitup/sets/markdown/style.css',