mirror of
https://github.com/docker/docs.git
synced 2026-03-27 22:38:54 +07:00
Fixing JS error
This commit is contained in:
@@ -9,10 +9,9 @@ $("#menu-toggle").click(function(e) {
|
||||
$("#wrapper").toggleClass("toggled");
|
||||
});
|
||||
|
||||
var $body = $(document.body);
|
||||
var navHeight = $('.navbar').outerHeight(true) + 10;
|
||||
|
||||
$body.scrollspy({
|
||||
$(document.body).scrollspy({
|
||||
target: '#leftCol',
|
||||
offset: navHeight
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user