All Downloads are FREE. Search and download functionalities are using the official Maven repository.

hudson.console.ExpandableDetailsNote.script.js Maven / Gradle / Ivy

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