Readd tab remember function to improve UX.

This commit is contained in:
Jan Böhmer 2022-07-29 22:52:58 +02:00
parent 9cc5208223
commit 47130846a2
7 changed files with 40 additions and 36 deletions

View file

@ -4,7 +4,7 @@ import * as bootbox from "bootbox";
* If this class is imported the user is shown an error dialog if he calls an page via Turbo and an error is responded.
* @type {ErrorHandlerHelper}
*/
const ErrorHandlerHelper = class {
class ErrorHandlerHelper {
constructor() {
console.log('Error Handler registered');