gwift_old/static/js/navbar.js

6 lines
80 B
JavaScript

$('#nav').affix({
offset: {
top: $('header').height()
}
});