Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Belgian Biodiversity Platform
yeti
Commits
7442ab04
Commit
7442ab04
authored
Oct 11, 2012
by
Julien Cigar
Browse files
return child
parent
d341153a
Changes
1
Hide whitespace changes
Inline
Side-by-side
core.js
View file @
7442ab04
...
...
@@ -501,7 +501,7 @@
for
(
var
i
=
0
,
_len
=
elem
.
childNodes
.
length
;
i
<
_len
;
i
++
)
{
var
child
=
elem
.
childNodes
[
i
];
if
(
child
.
nodeType
===
1
&&
child
.
nodeName
.
toUpperCase
()
==
tag
)
{
return
elem
.
childNodes
[
i
]
;
return
child
;
}
}
return
null
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment