mirror of
https://github.com/grocy/grocy.git
synced 2025-04-29 01:32:38 +00:00
Make it possible to show the changelog directly via /about?tab=changelog
This commit is contained in:
parent
8efcb79ed7
commit
659d60b235
@ -3,3 +3,8 @@
|
|||||||
e.preventDefault();
|
e.preventDefault();
|
||||||
$(this).parent().next().collapse("toggle");
|
$(this).parent().next().collapse("toggle");
|
||||||
});
|
});
|
||||||
|
|
||||||
|
if ((typeof GetUriParam("tab") !== "undefined" && GetUriParam("tab") === "changelog"))
|
||||||
|
{
|
||||||
|
$(".nav-tabs a[href='#changelog']").tab("show");
|
||||||
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user