1
0
mirror of https://github.com/hacks-guide/Guide_3DS.git synced 2025-08-29 19:29:51 +02:00

progress on implementing lang selection

This commit is contained in:
Plailect
2017-01-15 15:26:18 -05:00
parent bab43f0b3b
commit 31a3214905
34 changed files with 80 additions and 102 deletions

View File

@@ -14,7 +14,7 @@ var breaks = [];
function updateNav() {
var availableSpace = $btn.hasClass('hidden') ? $nav.width() : $nav.width() - $btn.width() - 80;
var availableSpace = $btn.hasClass('hidden') ? $nav.width() : $nav.width() /* LANG_TODO - $btn.width() */ - 80;
// The visible list is overflowing the nav
if($vlinks.width() > availableSpace) {