mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-02-07 15:33:50 +08:00
Merge pull request #119 from mlorb/ml_sci_396
fixes missing experiment name in side bar [SCI-396]
This commit is contained in:
commit
8fc29248b3
1 changed files with 3 additions and 0 deletions
|
@ -195,4 +195,7 @@ $(document).ready(function(){
|
||||||
$('.tree-link a').each( function(){
|
$('.tree-link a').each( function(){
|
||||||
truncateLongString( $(this), 30);
|
truncateLongString( $(this), 30);
|
||||||
});
|
});
|
||||||
|
$(".tree-link span").each( function(){
|
||||||
|
truncateLongString( $(this), 30);
|
||||||
|
});
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in a new issue