This file was deleted.

This file was deleted.

Binary file not shown.
Binary file not shown.
Deleted file not rendered
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -1,15 +1,3 @@
var headerHeight = 200;

$(window).bind('scroll', function () {
if ($(window).scrollTop() > headerHeight) {
$('#myNav').removeClass('navbar-top');
$('#myNav').addClass('navbar-fixed-top');
} else {
$('#myNav').removeClass('navbar-fixed-top');
$('#myNav').addClass('navbar-top');
}
});

jQuery('.toggle-nav, .menu a').click(function(e) {
jQuery('.toggle-nav').toggleClass('active');
jQuery('.menu ul').toggleClass('active');

Large diffs are not rendered by default.