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:
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