MCPcopy Create free account
hub / github.com/SKVNDR/FastDork / resetSettingsTabView

Function resetSettingsTabView

Script/FastDork.js:1810–1818  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1808 return text || "";
1809 }
1810 function resetSettingsTabView() {
1811 if (UI.listSettingsContainer)
1812 UI.listSettingsContainer.style.display = "none";
1813 if (UI.siteSettingsContainer)
1814 UI.siteSettingsContainer.style.display = "none";
1815 if (UI.initialSettingsView) UI.initialSettingsView.style.display = "flex";
1816 hideModal();
1817 syncActiveTabHeight();
1818 }
1819
1820 function setSidePanelToggleState(enabled) {
1821 if (!UI.sidePanelToggle) return;

Callers 1

setupTabStructureFunction · 0.85

Calls 2

hideModalFunction · 0.85
syncActiveTabHeightFunction · 0.85

Tested by

no test coverage detected