lynvidal

Results 3 comments of lynvidal

Hi, I'm rather beginner in coding, so this may not be relevant at all, but I've added this line after the deselect call, and now, the unselection seems to be...

DayScheduleSelector.prototype.attachEvents = function () { var plugin = this , options = this.options , $slots; ``` this.$el.on('click', '.time-slot', function () { var day = $(this).data('day'); if (!plugin.isSelecting()) { // if...

@barrychapman Does it help?