calendar.js: move RMS plots to /media

/media/playout should be used instead of /agenda_files/playout.
/media/ should include uploaded images as well (thumbs,images,icons).
This commit is contained in:
Milan
2021-03-21 23:13:24 +01:00
parent 63804d7db5
commit ca6098f07a
3 changed files with 2 additions and 4 deletions

View File

@@ -1514,8 +1514,6 @@ sub print_event {
my $attr = '';
if ( $class =~ /play/ ) {
#$event->{rms_image}=~s/\.png/.svg/;
$attr .= ' rms="' . $event->{rms_image} . '"' if defined $event->{rms_image};
$attr .= ' start="' . $event->{start} . '"' if defined $event->{start};
}