mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-24 01:16:15 -04:00
bumpage
This commit is contained in:
parent
73d6030762
commit
cadb83ac5a
4 changed files with 81 additions and 7 deletions
|
@ -40,7 +40,7 @@ function setPadHTML(pad, html, callback)
|
|||
cc.collectContent(doc);
|
||||
}catch(e){
|
||||
apiLogger.warn("HTML was not properly formed", e);
|
||||
return; // We don't process the HTML because it was bad..
|
||||
return callback(e); // We don't process the HTML because it was bad..
|
||||
}
|
||||
|
||||
var result = cc.finish();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue