Stripped debugging code.
This commit is contained in:
parent
53e07c440f
commit
e763763f17
3
main.js
3
main.js
@ -7,7 +7,6 @@ function highlightReply(id)
|
|||||||
divs[i].className = divs[i].className.replace(/highlighted/, '');
|
divs[i].className = divs[i].className.replace(/highlighted/, '');
|
||||||
}
|
}
|
||||||
|
|
||||||
console.log('reply_'+id);
|
|
||||||
if (id)
|
if (id)
|
||||||
document.getElementById('reply_'+id).className += ' highlighted';
|
document.getElementById('reply_'+id).className += ' highlighted';
|
||||||
}
|
}
|
||||||
@ -56,8 +55,6 @@ function init()
|
|||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
console.log(link[i].childNodes[0]);
|
|
||||||
console.log(link[i].onclick);
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user