edit-event.js: public preset for reruns

This commit is contained in:
Milan
2021-04-11 12:30:30 +02:00
parent e1b5810a3f
commit 4c198c3c89

View File

@@ -89,6 +89,7 @@ function copyFromEvent(resultSelector){
loadEvent(projectId, studioId, seriesId, eventId, function(){
hideSelectRerun();
updateCheckBox( "#edit_event input[name='published']", 1);
});
}