define(['jquery'],function($){$(document).ready(function(){$('.text-excerpt').each(function(){let text=$(this).text();let newText=text.replace('...','');$(this).text(newText);})});});