Skip to content

Commit 51c5cf8

Browse files
committed
Minor fix
1 parent a87c1d5 commit 51c5cf8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

js/app.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,6 @@ $(window).on('scroll', function () {
153153
$submenu = $('.navbar');
154154
var navheight = $(".navbar").height();
155155
var sections = $('section');
156-
var submenu_height = $submenu.outerHeight();
157156
var cur_pos = $(window).scrollTop();
158157

159158
sections.each(function() {

0 commit comments

Comments
 (0)