Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/parse-community/parse-server-example
/ showWorkingMessage
Function
showWorkingMessage
public/assets/js/script.js:49–56 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
47
};
48
49
const
showWorkingMessage = () => {
50
const
step = document.querySelector(
'#step-4'
);
51
if
(step) {
52
setTimeout(() => {
53
step.style.display =
'block'
;
54
}, 500);
55
}
56
};
57
58
/**
59
* Parse Requests
Callers
1
postCloudCodeData
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected