// $(window).load(function () { // if ($('#iES').val() == 1){ // var client = new ClientJS(); // var datos = client.getUserAgent(); // $('#iFP').val(client.getFingerprint()); // var cuerpo = '{ "idClientBrowser": "' + $('#iIP').val() + '" }' // var ruta = 'https://coreapi.rockthesport.com/cuestionario/evento/cabecerav2/' + $('#iIC').val() + '/fp/' + $('#iFP').val() + '/' + $('#iAE').val() // if ($('#iFP').val() != "" && $('#iFPEx').val() == "") { // $.ajax({ // type: 'POST', // contentType: 'application/json; charset=utf-8', // url: ruta, // corssDomain: true, // dataType: 'json', // async: false, // data: cuerpo, // success: function (res) { } // }); // } // } // }); $(document).ready(function () { //FUNCIONES SAFARI FIX EN FRAME if (navigator.userAgent.indexOf('Safari') != -1 && navigator.userAgent.indexOf('Chrome') == -1) { var cookies = document.cookie; if (top.location != document.location) { if (!cookies) { href = document.location.href; href = (href.indexOf('?') == -1) ? href + '?' : href + '&'; top.location.href = href + 'reref=' + encodeURIComponent(document.referrer); } } else { ts = new Date().getTime(); document.cookie = 'ts=' + ts; rerefidx = document.location.href.indexOf('reref='); if (rerefidx != -1) { href = decodeURIComponent(document.location.href.substr(rerefidx + 6)); window.location.replace(href); } } } //FIN FUNCIONES SAFARI FIX EN FRAME });