FIX: hide/show preview in composer preference is saved in local storage

This commit is contained in:
Régis Hanol 2013-05-07 12:34:47 +02:00
parent 71728b3adb
commit 4606cb4f3b

View File

@ -67,7 +67,7 @@ Discourse.Composer = Discourse.Model.extend({
togglePreview: function() {
this.toggleProperty('showPreview');
Discourse.KeyValueStore.set({ key: 'showPreview', value: this.get('showPreview') });
Discourse.KeyValueStore.set({ key: 'composer.showPreview', value: this.get('showPreview') });
},
// Import a quote from the post