From 72de183b1ad37bf8571fd4aa8fc700631aa79441 Mon Sep 17 00:00:00 2001 From: Logan B <3870583+thinkpoop@users.noreply.github.com> Date: Mon, 5 Feb 2024 21:46:17 -0600 Subject: [PATCH] fwupload: Add Firmware ChangeLog section with links --- apps/fwupdate/custom.html | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/apps/fwupdate/custom.html b/apps/fwupdate/custom.html index f0f25f551..a28d327d9 100644 --- a/apps/fwupdate/custom.html +++ b/apps/fwupdate/custom.html @@ -58,6 +58,15 @@
+ + + @@ -446,6 +455,11 @@ document.getElementById("advanced-btn").addEventListener("click", function(e) { document.getElementById("advanced-div").style = ""; e.preventDefault(); }); +document.getElementById("changelog-btn").addEventListener("click", function(e) { + document.getElementById("changelog-btn").style = "display:none"; + document.getElementById("changelog-div").style = ""; + e.preventDefault(); +}); setTimeout(checkForFileOnServer, 10);