mirror of
https://github.com/danog/sass-site.git
synced 2024-11-30 04:29:17 +01:00
[hotfix-400] Adjusted to anonymous function (#404)
This commit is contained in:
parent
d409989a83
commit
a3ee04c5d5
@ -1,5 +1,5 @@
|
||||
// Documentation Nav Scroll
|
||||
(function docNav() {
|
||||
$(function() {
|
||||
// Vars
|
||||
var nav = $(".sl-c-list-navigation-wrapper");
|
||||
var sticky = nav.offset();
|
||||
@ -19,4 +19,4 @@
|
||||
});
|
||||
|
||||
return stickyNav();
|
||||
})();
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user