MCPcopy Create free account
hub / github.com/TruthHun/BookStack / work

Function work

static/nprogress/nprogress.js:124–130  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

122 if (!NProgress.status) NProgress.set(0);
123
124 var work = function() {
125 setTimeout(function() {
126 if (!NProgress.status) return;
127 NProgress.trickle();
128 work();
129 }, Settings.trickleSpeed);
130 };
131
132 if (Settings.trickle) work();
133

Callers 1

nprogress.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected