[IMP] hierarchical accounts list in main text

This commit is contained in:
Xavier Morel
2015-03-11 14:29:57 +01:00
parent d2cc62be72
commit d41f1f4e23
2 changed files with 18 additions and 18 deletions
+1 -1
View File
@@ -108,7 +108,7 @@
target);
}
var list = document.querySelectorAll('.intro-list > li > p');
var list = document.querySelectorAll('.intro-list li > p');
Array.prototype.forEach.call(list, function (node) {
node.addEventListener('mouseover', function (e) {
if (!e.currentTarget.contains(e.target)) { return; }