Plugin Directory

Changeset 2383166


Ignore:
Timestamp:
09/16/2020 09:01:18 PM (6 years ago)
Author:
onliste
Message:

Fix display of unavailable place in calendar

File:
1 edited

Legend:

Unmodified
Added
Removed
  • oui-booking/trunk/js/obk_front.js

    r1961208 r2383166  
    416416                    color = "obk_calendarArrival";
    417417                }
    418                 if (content == 0){
     418                if (content <= 0){
    419419                    color = "obk_calendarUnavailable";
    420420                    contentClass = "";
Note: See TracChangeset for help on using the changeset viewer.