mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2026-06-24 03:21:38 +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();
|
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();
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue