We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3896f58 commit e48462eCopy full SHA for e48462e
js/main.js
@@ -1,9 +1,9 @@
1
(function($) {
2
"use strict";
3
$(document).on('ready', function() {
4
+/*
5
-
6
+*/
7
jQuery(window).on('scroll', function() {
8
if ($(this).scrollTop() > 200) {
9
$('#header .header-inner').addClass("sticky");
0 commit comments