mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-01-19 06:03:34 +01:00
more mess, again dont merge, just for me
This commit is contained in:
parent
1e6fc26780
commit
850cf40157
1 changed files with 6 additions and 3 deletions
|
@ -188,10 +188,13 @@ function Ace2Inner(){
|
|||
try{
|
||||
setDocAText(atext);
|
||||
}catch(err){
|
||||
var err = {
|
||||
errorInfo: "Text is broken so wont load on the client"
|
||||
var padId = top.pad.getPadId();
|
||||
var errMsg = "Pad data wont load for pad: " +padId;
|
||||
top.console.error(errMsg);
|
||||
var error = {
|
||||
errorInfo: errMsg
|
||||
}
|
||||
$.post('/jserror', err);
|
||||
$.post('/jserror', error);
|
||||
}
|
||||
},
|
||||
applyChangesetToDocument: function(changeset, preferInsertionAfterCaret)
|
||||
|
|
Loading…
Reference in a new issue