Histirico-contratacion-bk20250326
yhh_document2011-12-27-155157.pdf
Cargado por migracion5 migracion5, 5/03/19 17:25
$(document).ready(function(){ $('.list-group-item.list-group-item-flex').each(function(){ if ($(this).find('.autofit-col.autofit-col-expand').text().indexOf("Aprobado") > -1) { var oldUrl = $(this).find('.dropdown-menu.dropdown-menu-left-side li:first a').attr("href"); var newUrl = oldUrl.replace("download=true", "download=false"); $(this).find('.autofit-col.autofit-col-expand h4 a').attr("href", newUrl); $(this).find('.autofit-col.autofit-col-expand h4 a').attr("target", "_blank"); } }); }); // ]]>