Make inline editing save to mongo and then update the preview

This commit is contained in:
Calen Pennington
2012-09-26 15:45:45 -04:00
parent ff002e35c2
commit ce3638538c
8 changed files with 206 additions and 201 deletions

View File

@@ -11,7 +11,7 @@ class @Courseware
new Courseware
render: ->
XModule.loadModules('display')
XModule.loadModules()
$('.course-content .histogram').each ->
id = $(this).attr('id').replace(/histogram_/, '')
try