mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-02-08 07:55:14 +08:00
5 lines
159 B
Text
5 lines
159 B
Text
|
$(document).ready(function() {
|
||
|
$('.repository-nav-tab').each(function() {
|
||
|
truncateLongString($(this), <%= Constants::NAME_TRUNCATION_LENGTH %>);
|
||
|
});
|
||
|
})
|