Commit a062cc24 authored by Nicolas Dandrimont's avatar Nicolas Dandrimont 🤔
Browse files

Make the plugin output headers clickable

parent a58f2ba8
...@@ -74,6 +74,10 @@ $(document).ready(function() { ...@@ -74,6 +74,10 @@ $(document).ready(function() {
toggle_qa(this, "fast"); toggle_qa(this, "fast");
}); });
$(".visibility").click(function() {
toggle_qa(this, "fast");
});
$(".severity-info .qa-header").each(function() { $(".severity-info .qa-header").each(function() {
toggle_qa(this); toggle_qa(this);
}); });
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment