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

Function save_files

static/mergely/editor/editor.js:458–463  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

456 });
457 }
458 function save_files() {
459 var lhs = ed.mergely('get', 'lhs');
460 var rhs = ed.mergely('get', 'rhs');
461 post_save('lhs', lhs);
462 post_save('rhs', rhs);
463 }
464
465 $( '#dialog-confirm' ).dialog({
466 resizable: false, width: 350, modal: true,

Callers 1

handleShareFunction · 0.70

Calls 1

post_saveFunction · 0.70

Tested by

no test coverage detected