mirror of
https://github.com/openSUSE/osem.git
synced 2026-08-13 19:54:02 +00:00
Mark Events without room as unscheduled events
This commit is contained in:
parent
10ef898a0d
commit
88a1197b12
1 changed files with 1 additions and 1 deletions
|
|
@ -89,7 +89,7 @@ var Schedule = {
|
|||
snapMode: "inner",
|
||||
zIndex: 2
|
||||
});
|
||||
if (date == "none") {
|
||||
if (date == "none" || vars["room_id"] == null) {
|
||||
$('#unscheduled').append(newEvent);
|
||||
} else {
|
||||
if (!scheduleDayEvents.hasOwnProperty(date)) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue