Skip to content

Commit 7956daf

Browse files
committed
missing single quote fix
1 parent fb8c29e commit 7956daf

File tree

2 files changed

+2
-25
lines changed

2 files changed

+2
-25
lines changed

jquery.stickyNavbar.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -259,7 +259,7 @@
259259

260260
$(window).on('scroll', mainFunc); // scroll fn end
261261
$(window).on('ready', mainFunc);
262-
$(window).on('resize, mainFunc);
262+
$(window).on('resize', mainFunc);
263263
$(window).on('load', mainFunc);
264264

265265
}); // return this.each end

jquery.stickyNavbar.min.js

Lines changed: 1 addition & 24 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)