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

Function callbackName

static/mergely/editor/editor.js:544–546  ·  view source on GitHub ↗
(data)

Source from the content-addressed store, hash-verified

542 $('#file-rhs-progress').progressbar({value: 0});
543 $('#dialog-upload .tabs').tabs();
544 function callbackName(data) {
545 console.log('callbackName', data);
546 }
547 $('#dialog-upload').dialog({
548 dialogClass: 'no-title',
549 resizable: false,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected