mirror of
https://github.com/grocy/grocy.git
synced 2025-10-15 01:37:13 +00:00
Include changelog as markdown files and show it in the about dialog
This commit is contained in:
@@ -497,7 +497,8 @@ $("#about-dialog-link").on("click", function()
|
||||
{
|
||||
bootbox.alert({
|
||||
message: '<iframe height="400px" class="embed-responsive" src="' + U("/about?embedded") + '"></iframe>',
|
||||
closeButton: false
|
||||
closeButton: false,
|
||||
size: "large"
|
||||
});
|
||||
});
|
||||
|
||||
|
Reference in New Issue
Block a user