fnp
/
redakcja.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
* Poprawki w redmine.
[redakcja.git]
/
project
/
static
/
js
/
codemirror
/
util.js
diff --git
a/project/static/js/codemirror/util.js
b/project/static/js/codemirror/util.js
index
a1390a9
..
61f927d
100644
(file)
--- 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.textConten
t || node.nodeValue || "";
+ return node.
textContent || node.innerTex
t || node.nodeValue || "";
}