X-Git-Url: https://git.mdrn.pl/redakcja.git/blobdiff_plain/65048f64d018c105be3921ca4bcb9f5183e2382e..10f48e60a7f7499a6602098fc44298e05d05af50:/project/static/js/codemirror/util.js diff --git a/project/static/js/codemirror/util.js b/project/static/js/codemirror/util.js index a1390a91..61f927d1 100644 --- a/project/static/js/codemirror/util.js +++ b/project/static/js/codemirror/util.js @@ -112,5 +112,5 @@ function addEventHandler(node, type, handler, removeFunc) { } function nodeText(node) { - return node.innerText || node.textContent || node.nodeValue || ""; + return node.textContent || node.innerText || node.nodeValue || ""; }