Skip to content

Commit

Permalink
Remove bunch of no longer necessary code
Browse files Browse the repository at this point in the history
  • Loading branch information
ostrolucky committed Feb 6, 2024
1 parent 4972c93 commit 01542bb
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions Resources/views/Collector/db.html.twig
Original file line number Diff line number Diff line change
Expand Up @@ -453,7 +453,6 @@
}).then(async function (response) {
targetElement.innerHTML = await response.text()
targetElement.setAttribute('data-sfurl', link.href)
targetElement.classList.remove('loading')
}, function () {
targetElement.innerHTML = 'An error occurred while loading the query explanation.';
})
Expand Down Expand Up @@ -498,8 +497,6 @@
});
for (i = 0; i < items.length; ++i) {
items[i].classList.remove(i % 2 ? 'even' : 'odd');
items[i].classList.add(i % 2 ? 'odd' : 'even');
target.appendChild(items[i]);
}
}
Expand Down

0 comments on commit 01542bb

Please sign in to comment.