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

Function hideLoader

public/static/js/device.js:54–58  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

52}
53
54function hideLoader() {
55 $(".loader-background").css("display", "none");
56 $(".loader").css("display", "none");
57 $("#main").css("display", "block");
58}
59
60$("#screen").mouseenter(function () {
61 $("#screen").css("cursor", "crosshair");

Callers 1

connectFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected