Remove jquery command from error_handler.js

This commit is contained in:
Jan Böhmer 2026-06-21 14:46:15 +02:00
parent 8c88df4ecf
commit b83fc73e18

View file

@ -125,7 +125,7 @@ class ErrorHandlerHelper {
dstDoc.close(); dstDoc.close();
}, },
}).then((result) => { }).then((result) => {
$('#content').removeClass('loading-content'); document.getElementById('content').classList.remove('loading-content');
if (result.isConfirmed) { if (result.isConfirmed) {
window.location.reload(); window.location.reload();
} }