maybe the setting also needs to be in common to avoid breaking jenkins?

pull/1/head
Andromeda Yelton 2012-02-06 14:29:47 -05:00
parent c0dff3b61c
commit 7a94496c39
1 changed files with 2 additions and 0 deletions

View File

@ -211,3 +211,5 @@ djcelery.setup_loader()
# this suppresses functionality that should not be visible on the alpha site
# change to 0 if you want to see it on your local machine
IS_PREVIEW = True
JQUERY_HOME = "https://ajax.googleapis.com/ajax/libs/jquery/1.6.3/jquery.min.js"
JQUERY_UI_HOME = "https://ajax.googleapis.com/ajax/libs/jqueryui/1.8.16/jquery-ui.min.js"