mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-01-01 13:13:22 +08:00
fixes missing experiment name in side bar
This commit is contained in:
parent
c6e575bd2a
commit
aeda6f77d2
1 changed files with 3 additions and 0 deletions
|
@ -195,4 +195,7 @@ $(document).ready(function(){
|
|||
$('.tree-link a').each( function(){
|
||||
truncateLongString( $(this), 30);
|
||||
});
|
||||
$('.tree-link span').each( function(){
|
||||
truncateLongString( $(this), 30);
|
||||
});
|
||||
});
|
||||
|
|
Loading…
Reference in a new issue