Merge pull request #11874 from dacook/buu-success-message-11517

[BUU] Flash message redesign
This commit is contained in:
Rachel Arnould
2023-12-13 11:59:19 +01:00
committed by GitHub
25 changed files with 226 additions and 52 deletions

View File

@@ -32,9 +32,6 @@ jQuery(function($) {
});
}
// Make flash messages dissapear
setTimeout('$(".flash").fadeOut()', 5000);
// Highlight hovered table column
$('table tbody tr td.actions a').hover(function(){
var tr = $(this).closest('tr');