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

Function showPopUpElement

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

Source from the content-addressed store, hash-verified

211}
212
213function showPopUpElement(elm) {
214 var allElements = new Array("deleteUserDetail", "mapping-detail", "user-detail", "file-detail");
215
216 for (var i = 0; i < allElements.length; i++) {
217 showElement(allElements[i], false)
218 }
219
220 showElement(elm, true)
221
222 setTimeout(function () {
223 showElement("popup", true);
224 }, 10);
225}
226
227// body...
228

Callers 4

openPopUpFunction · 0.70
mappingDetailFunction · 0.70
userDetailFunction · 0.70
fileDetailFunction · 0.70

Calls 1

showElementFunction · 0.70

Tested by

no test coverage detected