Merge branch 'master' into tests/diana/update-oe-unit-tests

This commit is contained in:
Diana Huang
2013-01-28 13:49:37 -05:00
4 changed files with 5 additions and 4 deletions

View File

@@ -17,7 +17,7 @@ from path import path
MITX_FEATURES['DISABLE_START_DATES'] = True
# Until we have discussion actually working in test mode, just turn it off
#MITX_FEATURES['ENABLE_DISCUSSION_SERVICE'] = True
MITX_FEATURES['ENABLE_DISCUSSION_SERVICE'] = False
# Need wiki for courseware views to work. TODO (vshnayder): shouldn't need it.
WIKI_ENABLED = True

View File

@@ -13,6 +13,7 @@ class @Navigation
active: active
header: 'h3'
autoHeight: false
heightStyle: 'content'
$('#accordion .ui-state-active').closest('.chapter').addClass('is-open')
$('#open_close_accordion a').click @toggle
$('#accordion').show()