scinote-web/app/assets/javascripts/repositories/index.js.erb
2017-05-22 17:54:30 +02:00

5 lines
No EOL
159 B
Text

$(document).ready(function() {
$('.repository-nav-tab').each(function() {
truncateLongString($(this), <%= Constants::NAME_TRUNCATION_LENGTH %>);
});
})