Merge pull request #119 from mlorb/ml_sci_396

fixes missing experiment name in side bar [SCI-396]
This commit is contained in:
mlorb 2016-08-30 15:05:04 +02:00 committed by GitHub
commit 8fc29248b3

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);
});
});