Commit 0a2ce4c6 authored by Manuel Romero Ly's avatar Manuel Romero Ly

Cambios en indexx para prueba

parent cc6335b4
{% extends 'frontend/base.html.twig' %}
{% block stylesheets %}
<link href="{{asset('frontend/style.css')}}" rel="stylesheet">
{% endblock %}
{% endblock %}
{% block body %}
<header class="masthead text-center text-white">
<div class="masthead-content">
<div class="container">
<h1 class="masthead-heading mb-0">Toda Tu Música</h1>
<h1 class="masthead-heading mb-0">Toda La Música</h1>
<h2 class="masthead-subheading mb-0">En Un Solo Lugar</h2>
<a href="#" onclick="smoothScroll(document.getElementById('hook'), event)" class="btn btn-primary btn-xl rounded-pill mt-5">Mira Las Listas Disponibles!</a>
</div>
......@@ -94,7 +94,7 @@
});
},
});
$("#btnValidarMsisdn").prop("disabled", false);
}
......@@ -132,7 +132,7 @@
$("#btnValidarPin").prop("disabled",false);
}
</script>
</script>
<script>
window.smoothScroll = function (target, event) {
event.preventDefault();
......@@ -297,8 +297,8 @@
$("#btnDescontratar").prop("disabled", false);
}
});
}
function closeCurrentList(event) {
......@@ -465,7 +465,7 @@
console.log("inicializando player...");
//Reboot Variables
initVariablesPlayer();
//Carga de canciones
//Carga de canciones
$(".song_" + lista).each(function () {
var load = new Audio($(this).attr("url"));
load.load();
......@@ -557,7 +557,7 @@
//actualizarListas();
}
});
$("#btnContratarLista").prop("disabled",false);
}
......@@ -619,11 +619,11 @@
document.addEventListener('visibilitychange', function () {
if (document.hidden) {
// Document is hidden
// Document is hidden
//audios[activeTrack].play();
} else {
// Document is focused
}
}, false);
</script>
{% endblock %}
</script>
{% endblock %}
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment