Merge branch 'master' into 68-sl-formatting
This commit is contained in:
commit
1330317f1d
112 changed files with 3368 additions and 741 deletions
|
|
@ -153,6 +153,9 @@
|
|||
},
|
||||
],
|
||||
value: ['route'],
|
||||
onShown: function () {
|
||||
$('button.bootbox-accept', $(this)).focus();
|
||||
},
|
||||
callback: function (result) {
|
||||
if (result !== null) {
|
||||
if (result.indexOf('route') !== -1) {
|
||||
|
|
@ -454,6 +457,10 @@
|
|||
);
|
||||
|
||||
BR.WhatsNew.init();
|
||||
|
||||
$('.modal').on('shown.bs.modal', function (e) {
|
||||
$('input:visible:enabled:first', e.target).focus();
|
||||
});
|
||||
}
|
||||
|
||||
i18next.on('languageChanged', function (detectedLanguage) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue