Add space for "Autosaved" message
[MAILPOET-2281]
This commit is contained in:
committed by
Jack Kitterhing
parent
b0be99f8f8
commit
b905ef3698
@@ -147,7 +147,7 @@ Module.SaveView = Marionette.View.extend({
|
||||
afterSave: function (json) {
|
||||
this.validateNewsletter(json);
|
||||
// Update 'Last saved timer'
|
||||
this.$('.mailpoet_editor_last_saved').removeClass('mailpoet_hidden');
|
||||
this.$('.mailpoet_editor_last_saved .mailpoet_autosaved_message').removeClass('mailpoet_hidden');
|
||||
this.$('.mailpoet_autosaved_at').text('');
|
||||
},
|
||||
showSaveOptions: function () {
|
||||
|
Reference in New Issue
Block a user