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

Function loading

static/editor.md/plugins/audio-dialog/audio-dialog.js:23–26  ·  view source on GitHub ↗
(show)

Source from the content-addressed store, hash-verified

21 cm.focus();
22
23 var loading = function(show) {
24 var _loading = dialog.find("." + classPrefix + "dialog-mask");
25 _loading[(show) ? "show" : "hide"]();
26 };
27
28 if (editor.find("." + dialogName).length < 1)
29 {

Callers 2

factoryFunction · 0.70
submitHandlerFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected