new styles for the handouts sidebar

This commit is contained in:
Tom Giannattasio
2012-11-27 16:44:38 -05:00
parent a25d6b0862
commit b75bca2583
3 changed files with 75 additions and 32 deletions

View File

@@ -80,6 +80,7 @@ CMS.Views.ClassInfoUpdateView = Backbone.View.extend({
onSave: function(event) {
var targetModel = this.eventModel(event);
console.log(this.contentEntry(event).val());
targetModel.set({ date : this.dateEntry(event).val(), content : this.contentEntry(event).val() });
// push change to display, hide the editor, submit the change
this.closeEditor(this);