Update jquery.ime and jquery.uls from upstream

jquery.ime:
* Update Batak keyboard.
* Add new Javanese and Sundanese keyboards.
Updating to
07ab0cae9a

jquery.uls:
* Update language-data: Add Pintupi-Luritja (piu)
  and some internal data files cleanup.
* Code cleanup in lcd.
Updating to:
95e50bb37b

Change-Id: Ifc900e6dfd2bc2a5dfd12243a7c8bc662e99a711
This commit is contained in:
Amir E. Aharoni
2023-07-24 11:14:19 +03:00
parent 7c6986ccb5
commit 04a8b6457a
7 changed files with 384 additions and 317 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -112,8 +112,9 @@
if ( this.navigationIndex === null ) {
this.navigationIndex = 0;
} else {
// Auto-correct the index. It has been noticed that the navigationIndex goes beyond the
// max index sometimes. See: phab:T328956#8854835
// Auto-correct the index.
// It has been noticed that the navigationIndex goes beyond
// the max index sometimes. See: phab:T328956#8854835
if ( this.navigationIndex > maxIndex ) {
this.navigationIndex = maxIndex;
} else {