refresh layout
This commit is contained in:
@@ -13,15 +13,6 @@ function edit_event(event_id, series_id, studio_id, project_id, hide_series){
|
||||
var url="event.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);
|
||||
/*
|
||||
updateContainer(
|
||||
'event_details_'+event_id,
|
||||
url,
|
||||
function(){
|
||||
$('#event_container_'+event_id).slideToggle();
|
||||
}
|
||||
);
|
||||
*/
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user