diff --git a/src/jquery.uls.lcd.js b/src/jquery.uls.lcd.js index c61dd30..8725c54 100644 --- a/src/jquery.uls.lcd.js +++ b/src/jquery.uls.lcd.js @@ -134,6 +134,10 @@ return; } + if ( this.navigationIndex === null ) { + return; + } + this.navigationIndex--; this.highlightLanguageOption(); },