Failed lines
' + '' + this.header.join(this.delimiter)+'
'; div.style.cssText = "z-index:5; position:fixed; top:50%;left:50%; padding:0.7%; width:650px; resize:both; overflow:auto;" + "background:rgba(204,204,204,0.88); box-shadow: 0px 0px 15px 2px #000; margin-right:-50%; transform:translate(-50%, -50%);"; divInner.style.cssText = "position:relative; max-height:350px; overflow:auto;"; for (var v of lr) { divInner.appendChild(document.createTextNode(v.reason)); var ta = divInner.appendChild(document.createElement('TEXTAREA')); ta.style.cssText = "resize:none; overflow:hidden; width:100%; display:block"; ta.onkeydown = kdFn; ta.onblur = blurFn; ta.value = v.record.join(this.delimiter); ta.style.height = ta.scrollHeight + 10 + 'px'; } buttons.style.cssText = "margin:1% auto; text-align:center;"; buttons.innerHTML = ' ' + ' ' + '