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