MCPcopy Index your code
hub / github.com/pyload/pyload / indicateLoad

Function indicateLoad

module/web/media/js/pyplex/base.js:6–8  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

4//root = this;
5
6function indicateLoad() {
7 $(".load-indicator").css('opacity',1);
8}
9
10function indicateFinish() {
11 $(".load-indicator").css('opacity',0);

Callers 3

PackageUIFunction · 0.70
PackageFunction · 0.70
settings.jsFile · 0.70

Calls 1

$Function · 0.70

Tested by

no test coverage detected