Added colors to pad diff

This commit is contained in:
Peter 'Pita' Martischka 2013-01-27 16:45:09 +00:00
parent dcfb1b2ea4
commit 07a267be7a
6 changed files with 89 additions and 21 deletions

View file

@ -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;