Updated schedule template

This commit is contained in:
Oleh Zasadnyy 2014-08-15 17:02:40 +03:00
parent 5c8e326daa
commit c0f7dc3215
27 changed files with 232 additions and 144 deletions

View file

@ -25,7 +25,7 @@
{% endif %}
{% if page.permalink == '/schedule/' %}
{% include session-modals.html %}
{% include sessions-modals.html %}
{% endif %}
{% include analytics.html %}
@ -51,7 +51,7 @@
<script type="text/javascript">
$(document).ready(function () {
var navHeight = $('#top-header').height();
var headerHeight = $('.stream-header').first().height();
var headerHeight = $('.track-header').first().height();
$('.stick-header').stick_in_parent({sticky_class: 'sticky', offset_top: navHeight});
$('.stick-label').stick_in_parent({offset_top: navHeight + headerHeight});
});