
Independiente, que no fue dirigido por Julio Falcioni ausente por problemas familiares y contó con Pedro Damián Monzón como conductor, dejó pasar este domingo una chance clara de meterse en los cuartos de final de la Copa de la Liga Profesional. Atlético Tucumán se impuso por 1-0 gracias al gol de Leo Heredia sobre el final de la parte inicial.
‘); $(“#activateComments”).trigger(‘refreshPlugin’); } $(document).on(“wa.login”, function(e, user){ var status = sasSiteHelper.getKwPw(); if (status != 2) { $(“div.comment-buttons”).show(); $(“.habilito_comentar”).show(); } else { $(“div.comment-buttons”).hide(); $(“.habilito_comentar”).hide(); } refreshCommentPlugin(); }); $(document).on(“wa.logout”, function(e, user){ var status = sasSiteHelper.getKwPw(); if (status != 2) { $(“div.comment-buttons”).show(); $(“.habilito_comentar”).show(); } else { $(“div.comment-buttons”).hide(); $(“.habilito_comentar”).hide(); } refreshCommentPlugin(); }); $(window).scroll(function() { var divEntry = $(“.content-top-right”); var bottom = $(window).height() – divEntry.height(); bottom = divEntry.offset().top – bottom; if ($(window).scrollTop() > bottom) { $(“#containerID-comments-pase”).attr(‘style’,’width: 100%;clear: both’); } }) const loadScript = src => { return new Promise((resolve, reject) => { const script = document.createElement(‘script’) script.type = ‘text/javascript’ script.defer = true; script.onload = resolve script.onerror = reject script.src = src document.head.append(script) }) } loadScript(‘//cdn.viafoura.net/vf-v2.js’) .then(() => { console.log(‘CARGO VIAFOURA’) window.vf.$prepublish((channel, event, …args) => { console.log(channel, event) if(channel === ‘comments’ && event === ‘read’ && !$( “.vf-comments-count” ).length > 0){ $(“.numb_comment”).html(“0“) } if (channel === ‘authentication’ && event === ‘required’) { return false; } else if (channel === ‘commenting’ && event === ‘loaded’ || channel === ‘comments’ && event === ‘read’) { // console.log(“INGRESO EN COMMENTS”) // console.log(sasSiteHelper.getKwPw(), $.cookie(“__WASID”)) $(‘.vf-content-editor-input’).attr(‘placeholder’,’Sumá tu opinión y dejá tu comentario’) $(‘.vf-load-more__button .vf-loader-button__content’).text(‘Cargar mas comentarios’) $(“.vf-editor-area”).click(function(){ $(‘.vf-content-editor-actions__submit .vf-loader-button__content’).text(‘Comentar’) }); $(“.vf-content-actions__reply”).click(function(){ $(‘.content-focus-container__footer .vf-loader-button__content’).text(‘Comentar’) }); if(sasSiteHelper.getKwPw() != 2){ // console.log(“ELIMINO”) $( “.vf-post-form__new-content” ).hide(); } else{ // console.log(“NO ELIMINO”) $( “.vf-post-form__new-content” ).show(); } return false; } else if(channel === ‘tray’ && event === ‘open-intent’){ $(“.vf-front-avatar”).removeClass(‘vf-avatar’); $(“.vf-front-avatar”).addClass(‘vf-relative-custom’); return false; } else if(channel == ‘login’ && event == ‘success’){ if(sasSiteHelper.getKwPw() != 2){ window.vf.session.logout(); return false; } else{ return { channel, event, args }; } } else { return { channel, event, args }; } }); }) .catch(() => console.error(‘ERROR CARGANDO VIAFOURA.’))