mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-22 08:26:16 -04:00
more handling
This commit is contained in:
parent
cadb83ac5a
commit
85fffbe14c
1 changed files with 1 additions and 0 deletions
|
@ -91,6 +91,7 @@ function setPadHTML(pad, html, callback)
|
||||||
apiLogger.debug('The changeset: ' + theChangeset);
|
apiLogger.debug('The changeset: ' + theChangeset);
|
||||||
pad.setText("");
|
pad.setText("");
|
||||||
pad.appendRevision(theChangeset);
|
pad.appendRevision(theChangeset);
|
||||||
|
callback(null);
|
||||||
}
|
}
|
||||||
|
|
||||||
exports.setPadHTML = setPadHTML;
|
exports.setPadHTML = setPadHTML;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue