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

Function hideProgress

static/wangEditor/js/wangEditor.js:6819–6822  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

6817 // ------ 隐藏进度条 ------
6818 var timeoutId;
6819 function hideProgress() {
6820 $progress.hide();
6821 timeoutId = null;
6822 }
6823 editor.hideUploadProgress = function (time) {
6824 if (timeoutId) {
6825 clearTimeout(timeoutId);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected