forked from jenkinsci/jenkins
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
002dbcb
commit 0b813f5
Showing
6 changed files
with
38 additions
and
36 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
16 changes: 8 additions & 8 deletions
16
core/src/main/resources/hudson/model/ListView/configure-entries-resources.js
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
Behaviour.specify("#recurse", "ListView", 0, function (e) { | ||
var nestedElements = document.querySelectorAll("SPAN.nested"); | ||
e.onclick = function () { | ||
nestedElements.forEach(function (el) { | ||
el.style.display = e.checked ? "" : "none"; | ||
}); | ||
}; | ||
}); | ||
// Behaviour.specify("#recurse", "ListView", 0, function (e) { | ||
// var nestedElements = document.querySelectorAll("SPAN.nested"); | ||
// e.onclick = function () { | ||
// nestedElements.forEach(function (el) { | ||
// el.style.display = e.checked ? "" : "none"; | ||
// }); | ||
// }; | ||
// }); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters