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

Function loading

static/editor.md/plugins/image-dialog/image-dialog.js:34–37  ·  view source on GitHub ↗
(show)

Source from the content-addressed store, hash-verified

32 cm.focus();
33
34 var loading = function(show) {
35 var _loading = dialog.find("." + classPrefix + "dialog-mask");
36 _loading[(show) ? "show" : "hide"]();
37 };
38
39 if (editor.find("." + dialogName).length < 1)
40 {

Callers 2

factoryFunction · 0.70
submitHandlerFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected