Skip to content

Commit 31e5be6

Browse files
authored
Revert "Removes screen overlay with the pop-up menu"
1 parent 530abd9 commit 31e5be6

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

assets/js/plugins/jquery.greedy-navigation.js

-1
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,6 @@ $(function() {
107107
// Mouse has left, start the timer
108108
timer = setTimeout(function() {
109109
$hlinks.addClass('hidden');
110-
$('.greedy-nav__toggle').removeClass('close');
111110
}, closingTime);
112111
}).on('mouseenter', function() {
113112
// Mouse is back, cancel the timer

0 commit comments

Comments
 (0)