small fix for single click opening

This commit is contained in:
daeks
2013-04-04 16:12:14 +02:00
parent d5bbc72a4d
commit 794bcadeef

View File

@@ -208,6 +208,9 @@
$('<ul>' + appendage + '</ul>')
.insertAfter(parentNode);
}
} else {
parentNode.parent().children('span').removeClass('none');
parentNode.parent().children('span').addClass('plus');
}
}
},