You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 24, 2019. It is now read-only.
Copy file name to clipboardExpand all lines: flexmenu.js
+2-1
Original file line number
Diff line number
Diff line change
@@ -92,7 +92,6 @@
92
92
// Find all of the list items that have been pushed below the first item. Put those items into the popup menu. Put one additional item into the popup menu to cover situations where the last item is shorter than the "more" text.
93
93
$lastChild=$this.find('> li:last-child');
94
94
keepLooking=(needsMenu($lastChild));
95
-
$lastChild.appendTo($popup);
96
95
// If there only a few items left in the navigation bar, move them all to the popup menu.
97
96
if((i-1)<=s.cutoff){// We've removed the ith item, so i - 1 gives us the number of items remaining.
0 commit comments