mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-20 15:36:16 -04:00
Added colors to pad diff
This commit is contained in:
parent
dcfb1b2ea4
commit
07a267be7a
6 changed files with 89 additions and 21 deletions
|
@ -618,7 +618,6 @@ exports.createDiff = function(padID, startRev, endRev, callback){
|
|||
try {
|
||||
var padDiff = new PadDiff(pad, startRev, endRev);
|
||||
} catch(e) {
|
||||
// console.warn(e.stack);
|
||||
return callback({stop:e.message});
|
||||
}
|
||||
var html, authors;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue