X-Git-Url: https://git.mdrn.pl/redakcja.git/blobdiff_plain/dec7209ba6551afa5b885e892bff4f9ff34ef58b..10f48e60a7f7499a6602098fc44298e05d05af50:/project/static/js/codemirror/util.js?ds=sidebyside 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 || ""; }