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

Function syncActiveTabHeight

Script/FastDork.js:508–512  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

506 }
507 }
508 function syncActiveTabHeight() {
509 const contentContainer = document.getElementById("icetab-content");
510 if (!contentContainer) return;
511 contentContainer.style.height = "";
512 }
513 function setupTabStructure() {
514 const tabsContainer = document.getElementById("icetab-container");
515 const contentContainer = document.getElementById("icetab-content");

Callers 4

setupTabStructureFunction · 0.85
resetSettingsTabViewFunction · 0.85
showDorkListFunction · 0.85
setupEventListenersFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected