Fix a few missing uses of session (instead of regular) embedded in CSS classes

- Legacy-Id: 17146
This commit is contained in:
Ole Laursen 2019-12-11 17:09:08 +00:00
parent 173b242e37
commit db232ff71c
2 changed files with 4 additions and 4 deletions

View file

@ -907,7 +907,7 @@ td.ourconflicts, td.theirconflicts {
background-image: url('images/orange_hatch.png');
}
.agenda_slot_session {
.agenda_slot_regular {
background-color: #E0E0E0;
}

View file

@ -254,7 +254,7 @@ function build_select_box(roomtype, domid, slot_id, select_id) {
if(roomtype == "regular") {
roomtypesession="selected";
roomtypeclass="agenda_slot_session";
roomtypeclass="agenda_slot_regular";
} else if(roomtype == "other") {
roomtypeother="selected";
roomtypeclass="agenda_slot_other";
@ -290,7 +290,7 @@ function insert_timeslotedit_cell(ts) {
$(slot_id).removeClass("agenda_slot_unavailable")
$(slot_id).removeClass("agenda_slot_other")
$(slot_id).removeClass("agenda_slot_session")
$(slot_id).removeClass("agenda_slot_regular")
$(slot_id).removeClass("agenda_slot_plenary")
$(slot_id).removeClass("agenda_slot_reserved")
$(slot_id).removeClass("no_timeslot");
@ -341,7 +341,7 @@ function create_timeslotedit_cell(slot_id) {
/* $(slot_id).removeClass("agenda_slot_unavailable") */
$(slot_id).removeClass("agenda_slot_other")
$(slot_id).removeClass("agenda_slot_session")
$(slot_id).removeClass("agenda_slot_regular")
$(slot_id).removeClass("agenda_slot_plenary")
$(slot_id).removeClass("agenda_slot_reserved")