Adjust Gallery View max columns based on screen size & Adjust headerTitle to update globally
This commit is contained in:
@@ -93,7 +93,7 @@ function updateLoginOptionsUIFromStorage() {
|
||||
});
|
||||
}
|
||||
|
||||
function loadAdminConfigFunc() {
|
||||
export function loadAdminConfigFunc() {
|
||||
return fetch("getConfig.php", { credentials: "include" })
|
||||
.then(response => response.json())
|
||||
.then(config => {
|
||||
|
||||
Reference in New Issue
Block a user