mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2026-06-23 11:01:34 +00:00
Remove jquery command from error_handler.js
This commit is contained in:
parent
8c88df4ecf
commit
b83fc73e18
1 changed files with 1 additions and 1 deletions
|
|
@ -125,7 +125,7 @@ class ErrorHandlerHelper {
|
|||
dstDoc.close();
|
||||
},
|
||||
}).then((result) => {
|
||||
$('#content').removeClass('loading-content');
|
||||
document.getElementById('content').classList.remove('loading-content');
|
||||
if (result.isConfirmed) {
|
||||
window.location.reload();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue