mirror of
https://github.com/reddit-archive/reddit.git
synced 2026-04-27 03:00:12 -04:00
Always enable the new campaign button when closing the campaign editor.
This commit is contained in:
@@ -1000,6 +1000,7 @@ function cancel_edit_promotion() {
|
||||
}
|
||||
|
||||
function cancel_edit_campaign() {
|
||||
$("button.new-campaign").prop("disabled", false);
|
||||
return cancel_edit()
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user