Jump to content

Edit History

burrots

burrots

prueba esto sustituyendo tu script por este:

<script>
  setTimeout(function(){
    var js = document.createElement('script');
    js.src = 'chat.sistemasyprogramas.com/php/app.php?widget-init.js';
    document.head.appendChild(js);
    }, 
  10000);
</script>

Suerte

burrots

burrots

prueba esto sustituyendo tu linia de script por este:

<script>
  setTimeout(function(){
    var js = document.createElement('script');
    js.src = 'chat.sistemasyprogramas.com/php/app.php?widget-init.js';
    document.head.appendChild(js);
    }, 
  10000);
</script>

Suerte

×
×
  • Create New...