WebUI: enforce usage of const whenever possible

This commit is contained in:
Chocobo1
2024-05-27 22:54:18 +08:00
committed by sledgehammer999
parent 4687b4e8e4
commit 1ef21bc2b7
12 changed files with 102 additions and 100 deletions

View File

@@ -1342,7 +1342,7 @@ window.addEventListener("DOMContentLoaded", function() {
});
};
var addLogPanel = function() {
const addLogPanel = function() {
new MochaUI.Panel({
id: "LogPanel",
title: "Log",