MCPcopy Index your code
hub / github.com/Threadfin/Threadfin / showLoadingScreen

Function showLoadingScreen

html/js/base.js:180–191  ·  view source on GitHub ↗
(elm)

Source from the content-addressed store, hash-verified

178}
179
180function showLoadingScreen(elm) {
181 var div = document.getElementById("loading");
182 switch (elm) {
183 case true: div.className = "block"; break;
184 case false: div.className = "none"; break;
185
186 /*
187 case true: div.style.display = "block"; break;
188 case false: div.style.display = "none"; break;
189 */
190 }
191}
192
193function createClintInfo(obj) {
194 //console.log(obj);

Callers 8

readyForConfigurationFunction · 0.85
saveDataFunction · 0.85
ThreadfinFunction · 0.85
ThreadfinFunction · 0.85
openMappingEditorFunction · 0.85
createMappingTableFunction · 0.85
saveXEPGFunction · 0.85
sortTable_oldFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected