Plugin Directory

Changeset 2383173


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

Fix display of unavailable place in calendar

File:
1 edited

Legend:

Unmodified
Added
Removed
  • reservation-facile/trunk/js/rf_front.js

    r1965428 r2383173  
    416416                    color = "rf_calendarArrival";
    417417                }
    418                 if (content == 0){
     418                if (content <= 0){
    419419                    color = "rf_calendarUnavailable";
    420420                    contentClass = "";
Note: See TracChangeset for help on using the changeset viewer.