
hudson.console.ExpandableDetailsNote.script.js Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of hudson-core Show documentation
Show all versions of hudson-core Show documentation
Contains the core Hudson code and view files to render HTML.
The newest version!
(function() {
Behaviour.register({
"INPUT.reveal-expandable-detail" : function(e) {
var detail = e.nextSibling;
makeButton(e,function() {
detail.style.display = (detail.style.display=="block")?"none":"block";
});
}
});
}());
© 2015 - 2025 Weber Informatics LLC | Privacy Policy