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

.intellij.plugins.verifier-core.1.370.source-code.reportScript.js Maven / Gradle / Ivy

//$( "#tabs" ).tabs();
$(".plugin").accordion({active: false, collapsible: true, heightStyle: 'content'});
$(".update").accordion({active: false, collapsible: true, heightStyle: 'content'});

$(".detailsLink").click(function () {
    var longDiv = $(this).parent().find(".longDescription");

    if (longDiv.css('display') !== 'block') {
        longDiv.css('display', 'block')
    } else {
        longDiv.css('display', 'none')
    }

    return false
});

$(".updateHasProblems .uMarker").attr('title', "Problems found");
$(".excluded .uMarker").attr('title', "Excluded");

$(".pluginHasProblem .pMarker").attr('title', "Problems found");
$(".pluginOk .pMarker").attr('title', "Excluded");




© 2015 - 2025 Weber Informatics LLC | Privacy Policy