Skip to content

Commit e48462e

Browse files
committed
Norm
1 parent 3896f58 commit e48462e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

js/main.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
(function($) {
22
"use strict";
33
$(document).on('ready', function() {
4+
/*
45
5-
6-
6+
*/
77
jQuery(window).on('scroll', function() {
88
if ($(this).scrollTop() > 200) {
99
$('#header .header-inner').addClass("sticky");

0 commit comments

Comments
 (0)