mirror of
https://github.com/cryptpad/cryptpad.git
synced 2026-09-14 11:05:41 +05:00
Linting
This commit is contained in:
parent
1354b0a238
commit
8d5ac837a1
@ -114,7 +114,7 @@ define([
|
||||
if (cellContent.length > 1) {
|
||||
var cellString = '';
|
||||
cellContent.forEach(function(string) {
|
||||
var stringContent = string.childNodes.length ? string.innerHTML : string.textContent
|
||||
var stringContent = string.childNodes.length ? string.innerHTML : string.textContent;
|
||||
if (string.nodeType === 3) {
|
||||
cellString += stringContent;
|
||||
} else if (string.nodeName === "BR") {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user