mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-20 15:36:16 -04:00
and semi working
This commit is contained in:
parent
3fb2f02875
commit
f1b9c213ee
3 changed files with 47 additions and 3 deletions
|
@ -244,14 +244,17 @@ PadDiff.prototype.getHtml = function(callback){
|
|||
},
|
||||
//get the authorColor table
|
||||
function(callback){
|
||||
self._pad.getAllAuthorColors(function(err, _authorColors){
|
||||
/*
|
||||
self._pad.getAllAuthorColors(function(err, _authorColors){ // TODO
|
||||
if(err){
|
||||
return callback(err);
|
||||
}
|
||||
|
||||
authorColors = _authorColors;
|
||||
callback();
|
||||
});
|
||||
*/
|
||||
authorColors = {};
|
||||
callback();
|
||||
},
|
||||
//convert the atext to html
|
||||
function(callback){
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue