mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-01-05 23:25:46 +08:00
fixes hound
This commit is contained in:
parent
aeda6f77d2
commit
52f228725a
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
});
|
||||
});
|
||||
|
|
Loading…
Reference in a new issue