merge with develop branch

This commit is contained in:
ilmar 2018-05-21 15:41:49 +03:00
commit 4feccff530
6 changed files with 291 additions and 23 deletions

View file

@ -371,7 +371,11 @@ function getHTMLFromAtext(pad, atext, authorColors)
if (!exists) {
var prevLevel = 0;
if (prevLine && prevLine.listLevel) {
<<<<<<< HEAD
prevLevel = prevLine.listLevel;
=======
prevlevel = prevLine.listLevel;
>>>>>>> develop
}
if (prevLine && line.listTypeName !== prevLine.listTypeName)
{