MCPcopy Create free account
hub / github.com/error311/FileRise / updateItemsPerPageSelect

Function updateItemsPerPageSelect

public/js/auth.js:226–231  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

224
225/* ----------------- Utility Functions ----------------- */
226function updateItemsPerPageSelect() {
227 const selectElem = document.querySelector(".form-control.bottom-select");
228 if (selectElem) {
229 selectElem.value = localStorage.getItem("itemsPerPage") || "10";
230 }
231}
232
233function applyProxyBypassUI() {
234 const bypass = localStorage.getItem("authBypass") === "true";

Callers 2

updateAuthenticatedUIFunction · 0.85
auth.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected