mirror of
https://github.com/prometheus/prometheus.git
synced 2024-11-10 15:44:05 -08:00
6 lines
98 B
JavaScript
6 lines
98 B
JavaScript
|
function init() {
|
||
|
$(".alert_header").click(function() {$(this).next().toggle(); });
|
||
|
}
|
||
|
|
||
|
$(init);
|