diff --git a/var/mongoose/html/epg/service.js b/var/mongoose/html/epg/service.js index 6c6c6ae..a9d17bc 100644 --- a/var/mongoose/html/epg/service.js +++ b/var/mongoose/html/epg/service.js @@ -22,7 +22,9 @@ $('table.weekview').freezeHeader(); $('#jumptonow').bind('click', function() { var hour = $(this).attr('hour'); - $('body').scrollTo('#hour_' + hour); + $('body').scrollTo('#hour_' + hour, 500, { + offset: {top: -50, left: 0} + }); }); });