scinote-web/app/assets/javascripts/repositories/index.js.erb

5 lines
159 B
Text
Raw Normal View History

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