[UPD] Update styles and minor cleanup

This commit is contained in:
Pablo
2019-01-30 17:12:51 +01:00
parent a753302439
commit dfad04fdf5
3 changed files with 90 additions and 58 deletions

View File

@@ -2496,7 +2496,6 @@ HotelCalendar.prototype = {
$('.hcal-reservation').removeClass("marked-as-having-a-popover");
} else {
// FIXME: Prevent multiple clicks in a row
debugger;
this._cellSelection.start = this._cellSelection.current = ev.target;
this._cellSelection.end = false;
this._updateCellSelection();