Wojciech John

Results 2 issues of Wojciech John

I set hours from 6:00 to 00:00. If sked is scrolled before 10:00 everything is working great. But if i try to set hour of event after 18:00 (10:00 is...

Is this a good approach to the popovers ? `$.each($('.sked-tape__event'), function (index, value) {` ` $(this).popover({` ` trigger: 'hover',` ` content: $(this).find('.sked-tape__center').html().split('')[1],` ` html: true,` ` placement: 'right'` ` });`...