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