Set focus to the next button for completed workers
authorAlexander Ebert <ebert@woltlab.com>
Sun, 8 Apr 2018 18:09:24 +0000 (20:09 +0200)
committerAlexander Ebert <ebert@woltlab.com>
Sun, 8 Apr 2018 18:09:24 +0000 (20:09 +0200)
wcfsetup/install/files/js/WoltLabSuite/Core/Acp/Ui/Worker.js

index 6ea66fae96885d43f20f57071ca1dd3a49b0dc5a..40d6ea18311d15595addbe24d495129dbd045056 100644 (file)
@@ -96,6 +96,7 @@ define(['Ajax', 'Core', 'Language', 'Ui/Dialog'], function(Ajax, Core, Language,
                                                window.location = data.proceedURL;
                                        }
                                }).bind(this));
+                               button.focus();
                        }
                },