Skip to content
Snippets Groups Projects
Commit 8a8b4153 authored by JotaJota96's avatar JotaJota96
Browse files

Solucionado en Consulta video: excepcion al cargar la pagina sin iniciar sesion

parent 6cf206a9
No related branches found
No related tags found
No related merge requests found
......@@ -337,7 +337,10 @@
}
</style>
<!-- Modal -->
<!-- Modal Agregar a lista de reproduccion -->
<%
if (sesionIniciada){
%>
<div class="modal fade" id="ventanaModalAgregarALista" tabindex="-1" role="dialog" aria-labelledby="exampleModalScrollableTitle" aria-hidden="true">
<div class="modal-dialog modal-dialog-scrollable" role="document">
<div class="modal-content">
......@@ -387,6 +390,9 @@
</div>
</div>
<%
}
%>
<%@ include file='include/widgets.html' %>
<%@ include file='include/footer.html' %>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment