fixes hound

This commit is contained in:
Mojca Lorber 2016-08-30 14:04:47 +02:00
parent aeda6f77d2
commit 52f228725a

View file

@ -195,7 +195,7 @@ $(document).ready(function(){
$('.tree-link a').each( function(){
truncateLongString( $(this), 30);
});
$('.tree-link span').each( function(){
$(".tree-link span").each( function(){
truncateLongString( $(this), 30);
});
});