wrong jquery ui

pull/95/head
eric 2018-07-30 14:26:51 -04:00
parent 9f81dd7c1e
commit b5bcdea744
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@ MEDIA_URL = '/media/'
# set once instead of in all the templates
JQUERY_HOME = "/static/js/jquery-1.12.4.min.js"
JQUERY_UI_HOME = "/static/js/jquery-ui-1.11.4.custom.min.js"
JQUERY_UI_HOME = "/static/js/jquery-ui-1.11.4.min.js"
JQUERY_UI_THEME = "/static/css/ui-lightness/jquery-ui-1.11.4.min.css"
CKEDITOR_UPLOAD_PATH = ''