event.cgi -> broadcast.cgi

event.cgi is on a uBlock list, so we rename it.
This commit is contained in:
Milan
2024-02-17 22:15:57 +01:00
parent 62c0b42383
commit 022c271118
8 changed files with 14 additions and 14 deletions

View File

@@ -10,7 +10,7 @@ function edit_event(event_id, series_id, studio_id, project_id, hide_series){
);
}else{
elem.addClass('active');
var url="event.cgi?project_id="+project_id+"&studio_id="+studio_id+"&series_id="+series_id+"&event_id="+event_id+"&action=edit";
var url="broadcast.cgi?project_id="+project_id+"&studio_id="+studio_id+"&series_id="+series_id+"&event_id="+event_id+"&action=edit";
if ((hide_series!=null) && (hide_series!=''))url+='&hide_series=1';
load(url);
}