This commit is contained in:
ilmar 2018-04-10 00:08:42 +03:00
parent 8502c04bee
commit 517b249394

View file

@ -483,8 +483,6 @@ function getPadHTML (pad, revNum, callback) {
}, },
// convert atext to html // convert atext to html
function (callback) { function (callback) {
html = getHTMLFromAtext(pad, atext); html = getHTMLFromAtext(pad, atext);
callback(null); callback(null);