Update jquery.uls from upstream

* Focus ULS button when language menu is closed with Escape
* Localization updates for ba, bew, nap, tzm, xmf

Updating to:
b686fe6170

Change-Id: I14775228a66a40bbb2e490537275fffc6bc4309c
This commit is contained in:
Jon Harald Søby
2023-08-25 15:52:47 +02:00
committed by jenkins-bot
parent edb9b8a9d4
commit a193c25fab
6 changed files with 13 additions and 6 deletions

View File

@@ -328,6 +328,7 @@
if ( e.keyCode === 27 ) { // escape
this.cancel();
this.$element.focus();
e.preventDefault();
e.stopPropagation();
}