Always enable the new campaign button when closing the campaign editor.

This commit is contained in:
Matt Lee
2014-08-27 13:40:02 -07:00
parent 9236d0ef49
commit a193428007

View File

@@ -1000,6 +1000,7 @@ function cancel_edit_promotion() {
}
function cancel_edit_campaign() {
$("button.new-campaign").prop("disabled", false);
return cancel_edit()
}