fixes missing experiment name in side bar

This commit is contained in:
Mojca Lorber 2016-08-30 13:51:16 +02:00
parent c6e575bd2a
commit aeda6f77d2

View file

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