Changed the about dialog slightly

This commit is contained in:
Bernd Bestel
2019-03-06 19:23:53 +01:00
parent ff15e81abe
commit 9f36a599a4
2 changed files with 22 additions and 15 deletions

View File

@@ -497,7 +497,6 @@ $("#about-dialog-link").on("click", function()
{
bootbox.alert({
message: '<iframe height="400px" class="embed-responsive" src="' + U("/about?embedded") + '"></iframe>',
size: "large",
closeButton: false
});
});