1
0
mirror of https://github.com/hacks-guide/Guide_3DS.git synced 2025-08-30 03:39:50 +02:00

enable language support

This commit is contained in:
Plailect
2017-01-16 09:43:16 -05:00
parent b839858273
commit 9cec47b10b
8 changed files with 60 additions and 54 deletions

View File

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