mirror of
https://github.com/LD-Reborn/Berufsschule_HAM.git
synced 2025-12-20 06:51:55 +00:00
Fixed error in console
This commit is contained in:
@@ -94,6 +94,9 @@ function idToEAN13(id) {
|
||||
document.addEventListener('DOMContentLoaded', () => {
|
||||
const filters = document.querySelectorAll('.column-filter');
|
||||
const table = document.querySelector('table');
|
||||
if (table == null) {
|
||||
return;
|
||||
}
|
||||
const tbody = table.querySelector('tbody');
|
||||
|
||||
filters.forEach(filter => {
|
||||
|
||||
Reference in New Issue
Block a user