This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$(document).ready(function() | |
{ | |
var pswpElement = document.querySelectorAll('.pswp')[0]; | |
var items = []; | |
$(".large-image").each(function(index) | |
{ | |
$(this).removeClass("hidden"); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.navbar-default { | |
border-width: 0px; | |
border-radius: 0px; | |
background-color: #000D2A; | |
} | |
#custom-bootstrap-menu.navbar-default .navbar-nav>li>a { | |
color: #FFFFFF; | |
font-size: 12px; | |
text-shadow: none; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
configurar multiples autenticadores para usuario final y para administrador: | |
en archivo config/auth.php: | |
especificar los guards q se quieren usar, uno para cada tipo de acceso: | |
'web' => [ | |
'driver' => 'session', | |
'provider' => 'users', | |
], | |
'panel' => [ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(function() | |
{ | |
'use strict'; | |
angular | |
.module('app') | |
.constant | |
( | |
"ENV", | |
{ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Cinema Fantasma perfiles de participantes: |