Remove unwanted console log
This commit is contained in:
parent
a77dfcc79f
commit
e37391b389
1 changed files with 0 additions and 1 deletions
|
@ -2214,7 +2214,6 @@
|
|||
if (hash !== null) {
|
||||
var elem = document.getElementById(hash);
|
||||
if (elem && elem.offsetParent === null) {
|
||||
console.log(elem, elem.parentNode);
|
||||
if (elem.parentNode && elem.parentNode.previousSibling) {
|
||||
var collapses = elem.parentNode
|
||||
.previousSibling
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue