haproxy-wi/inc/usersdop.js

6 lines
96 B
JavaScript

$( function() {
$('.alert-danger').click(function() {
$('.alert-danger').remove();
});
});