mirror of
https://github.com/grocy/grocy.git
synced 2025-08-20 04:12:59 +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"
|
||||
});
|
||||
});
|
||||
|
||||
|
5
public/viewjs/about.js
Normal file
5
public/viewjs/about.js
Normal file
@@ -0,0 +1,5 @@
|
||||
$('[data-toggle="collapse-next"]').on("click", function(e)
|
||||
{
|
||||
e.preventDefault();
|
||||
$(this).parent().next().collapse("toggle");
|
||||
});
|
Reference in New Issue
Block a user