MCPcopy Create free account
hub / github.com/AutoCodeStack/ios-device-farm / showLoader

Function showLoader

public/static/js/device.js:47–52  ·  view source on GitHub ↗
(text)

Source from the content-addressed store, hash-verified

45}
46
47function showLoader(text) {
48 $(".loader-background").css("display", "block");
49 $(".loader").css("display", "block");
50 $("#main").css("display", "none");
51 $("#loader-text").text(text);
52}
53
54function hideLoader() {
55 $(".loader-background").css("display", "none");

Callers 1

initlizeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected