jquery.uls.lcd: Add null check for navigationIndex for up navigation
This commit is contained in:
@@ -134,6 +134,10 @@
|
||||
return;
|
||||
}
|
||||
|
||||
if ( this.navigationIndex === null ) {
|
||||
return;
|
||||
}
|
||||
|
||||
this.navigationIndex--;
|
||||
this.highlightLanguageOption();
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user