agenda: removing highlighting on current anchor on act validation

Closes #5468
master
Serghei Mihai 9 years ago
parent 68a9fcc45a
commit c2424b7f85

@ -335,6 +335,8 @@ function event_dialog(url, title, width, btn_text) {
$('#actes .frame select').on('change', function() {
$('#actes .frame').removeClass('changed');
if (window.location.hash)
$(window.location.hash).css('box-shadow', 'none');
$(this).closest('.frame').addClass('changed');
});