Commit 1d2ddb06 authored by Ana's avatar Ana

cambios

parent bd43a8c7
......@@ -65,10 +65,10 @@
});
//slick slider initialisation
$(".example3 .playlist").slick({
/* $(".example3 .playlist").slick({
arrows: false,
dots: false
});
});*/
slideToActive = function () {
var slideIndex = $('.slick-slide:not(.slick-cloned) .song-item.active').closest('.slick-slide').attr('data-slick-index');
......
......@@ -3,6 +3,7 @@
namespace App\FrontendBundle\Controller;
use Symfony\Bundle\FrameworkBundle\Controller\AbstractController ;
use Symfony\Component\HttpFoundation\RedirectResponse;
use Symfony\Component\HttpFoundation\Response;
use Symfony\Component\HttpFoundation\JsonResponse;
use Symfony\Component\HttpFoundation\Request;
......
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