﻿$(document).ready(function() {
    if ($('.text-ellipsis').length > 0) $('.text-ellipsis').truncate({ max_length: 128 });
} );