Skip to content

Commit

Permalink
Update configure-entries-resources.js
Browse files Browse the repository at this point in the history
  • Loading branch information
janfaracik committed Oct 12, 2024
1 parent 440b71b commit 8c0ca4e
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
Behaviour.specify("#recurse", "ListView", 0, function (e) {
// SPAN.nested is kept for backwards compatability
var nestedElements = document.querySelectorAll(".listview-jobs--nested, SPAN.nested");
var nestedElements = document.querySelectorAll(
".listview-jobs--nested, SPAN.nested",
);
e.onclick = function () {
nestedElements.forEach(function (el) {
el.style.display = e.checked ? "" : "none";
Expand Down

0 comments on commit 8c0ca4e

Please sign in to comment.