From: Guillaume Pellerin Date: Fri, 10 Jun 2016 12:44:15 +0000 (+0200) Subject: bugfix X-Git-Tag: search~10 X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=6ec7578a82b8a0cf21363bc4e87f59b9d440b8e2;p=telemeta.git bugfix --- diff --git a/app/settings.py b/app/settings.py index 46e5ebd6..03b8682a 100644 --- a/app/settings.py +++ b/app/settings.py @@ -333,7 +333,7 @@ HAYSTACK_SEARCH_RESULTS_PER_PAGE = 50 BOWER_COMPONENTS_ROOT = '/srv/bower/' BOWER_PATH = '/usr/local/bin/bower' BOWER_INSTALLED_APPS = ( - 'jqueryjquery#2.2.4', + 'jquery#2.2.4', 'jquery-migrate#~1.2.1', 'underscore#1.8.3', 'bootstrap#3.3.6',