Optimized modal dialog sizing

This commit is contained in:
Bernd Bestel 2022-12-04 21:59:20 +01:00
parent 018449c648
commit fce6458df6
No known key found for this signature in database
GPG Key ID: 71BD34C0D4891300

View File

@ -1236,3 +1236,8 @@ $(document).on("click", "#clear-filter-button", function(e)
// to prevent that the tooltip stays until clicked anywhere else
document.activeElement.blur();
});
$(document).on("shown.bs.modal", function(e)
{
ResizeResponsiveEmbeds();
})