.intellij.plugins.verifier-core.1.379.source-code.reportScript.js Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of verifier-core Show documentation
Show all versions of verifier-core Show documentation
Core classes of JetBrains Plugin Verifier with verification rules, general usage detection and bytecode verification engine
//$( "#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");