Adjust Gallery View max columns based on screen size & Adjust headerTitle to update globally

This commit is contained in:
Ryan
2025-04-15 16:07:20 -04:00
committed by GitHub
parent 1d36d002c6
commit 853d8835d9
5 changed files with 25 additions and 7 deletions

View File

@@ -93,7 +93,7 @@ function updateLoginOptionsUIFromStorage() {
});
}
function loadAdminConfigFunc() {
export function loadAdminConfigFunc() {
return fetch("getConfig.php", { credentials: "include" })
.then(response => response.json())
.then(config => {