Commit dee62195 by Tom Giannattasio

brought delete button back to drafts; save on delete component

parent ef5ce4e8
......@@ -236,4 +236,5 @@ class CMS.Views.UnitEdit.SaveDraftButton extends Backbone.View
@$el.addClass('disabled')
enable: =>
@$el.removeClass('disabled')
\ No newline at end of file
@$el.removeClass('disabled')
@model.save()
\ No newline at end of file
......@@ -326,6 +326,10 @@
display: none;
}
#delete-draft {
display: inline-block;
}
.save-button,
.preview-button,
.publish-button,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment