Changeset 1832
- Timestamp:
- 07/22/2010 07:57:11 PM (7 weeks ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
sandboxes/asandbox/trunk/apps/frontend/config/settings.yml
r1418 r1832 31 31 # Form security secret (CSRF protection) 32 32 33 # jquery_core: jquery-1.4.2.min.js # incase you want to be awesome34 33 jquery_web_dir: /apostrophePlugin 35 jquery_ui_css: 'ui-apostrophe/jquery-ui-1.7.2.custom.css' 34 35 # jQuery 1.3.2 36 jquery_core: jquery-1.3.2.min.js 37 jquery_ui: jquery-ui-1.7.3.custom.min.js 38 jquery_ui_css: 'ui-apostrophe/jquery-ui-1.7.3.custom.css' 39 40 # jQuery 1.4.2 41 # jquery_core: jquery-1.4.2.min.js 42 # jquery_ui: jquery-ui-1.8.2.custom.min.js 43 # jquery_ui_css: 'ui-apostrophe/jquery-ui-1.8.2.custom.css' 36 44 37 45 # On a production site you should obviously change this. But having it not be false is
