Removed jquery.autocolumn.js from project.
[wolnelektury.git] / wolnelektury / settings.py
index c5b8d67..8fac383 100644 (file)
@@ -96,8 +96,8 @@ COMPRESS_CSS = {
 
 COMPRESS_JS = {
     'all': {
-        'source_filenames': ('js/jquery.js', 'js/jquery.autocolumn.js', 'js/jquery.autocomplete.js', 
-            'js/jquery.form.js', 'js/jquery.jqmodal.js', 'js/jquery.labelify.js', 'js/catalogue.js',),
+        'source_filenames': ('js/jquery.js', 'js/jquery.autocomplete.js', 'js/jquery.form.js', 
+            'js/jquery.jqmodal.js', 'js/jquery.labelify.js', 'js/catalogue.js',),
         'output_filename': 'js/all.min.js',
     }
 }