Skip to content
Snippets Groups Projects
Commit 261d084a authored by Unknown's avatar Unknown
Browse files

Minor changes

parent 006fca53
No related branches found
No related tags found
No related merge requests found
File added
......@@ -1173,3 +1173,4 @@ bc8848,127.0.0.1,GET,http://localhost:8000/favicon.ico,1487065342,9ae273,200
c29de3,127.0.0.1,GET,http://localhost:8000/galerie,1487065344,,200
c0e610,127.0.0.1,GET,http://localhost:8000/galerie,1487065383,,200
3bba8c,127.0.0.1,GET,http://localhost:8000/galerie,1487065731,,200
0bb5d9,127.0.0.1,GET,http://localhost:8000/galerie,1487069577,,200
......@@ -3908,3 +3908,10 @@
[2017-02-14 10:49:20] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"3bba8c","_route":"_wdt"},"request_uri":"http://localhost:8000/_wdt/3bba8c","method":"GET"} []
[2017-02-14 10:49:21] php.DEBUG: Warning: include(/home/correa/CNinno2k16/var/cache/dev/annotations.php): failed to open stream: No such file or directory {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/correa/CNinno2k16/var/cache/dev/classes.php\",\"line\":2457})"} []
[2017-02-14 10:49:21] php.DEBUG: Warning: include(): Failed opening '/home/correa/CNinno2k16/var/cache/dev/annotations.php' for inclusion (include_path='.:/usr/share/php') {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/correa/CNinno2k16/var/cache/dev/classes.php\",\"line\":2457})"} []
[2017-02-14 11:52:57] request.INFO: Matched route "galerie". {"route":"galerie","route_parameters":{"_controller":"AppBundle\\Controller\\GalerieController::indexAction","_route":"galerie"},"request_uri":"http://localhost:8000/galerie","method":"GET"} []
[2017-02-14 11:52:57] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2017-02-14 11:52:57] php.DEBUG: Warning: include(/home/correa/CNinno2k16/var/cache/dev/annotations.php): failed to open stream: No such file or directory {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/correa/CNinno2k16/var/cache/dev/classes.php\",\"line\":2457})"} []
[2017-02-14 11:52:57] php.DEBUG: Warning: include(): Failed opening '/home/correa/CNinno2k16/var/cache/dev/annotations.php' for inclusion (include_path='.:/usr/share/php') {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/correa/CNinno2k16/var/cache/dev/classes.php\",\"line\":2457})"} []
[2017-02-14 11:53:01] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"0bb5d9","_route":"_wdt"},"request_uri":"http://localhost:8000/_wdt/0bb5d9","method":"GET"} []
[2017-02-14 11:53:01] php.DEBUG: Warning: include(/home/correa/CNinno2k16/var/cache/dev/annotations.php): failed to open stream: No such file or directory {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/correa/CNinno2k16/var/cache/dev/classes.php\",\"line\":2457})"} []
[2017-02-14 11:53:01] php.DEBUG: Warning: include(): Failed opening '/home/correa/CNinno2k16/var/cache/dev/annotations.php' for inclusion (include_path='.:/usr/share/php') {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/correa/CNinno2k16/var/cache/dev/classes.php\",\"line\":2457})"} []
......@@ -141,7 +141,6 @@ var initPhotoSwipeFromDOM = function(gallerySelector) {
// define gallery index (for URL)
galleryUID: galleryElement.getAttribute('data-pswp-uid'),
history: false,
getThumbBoundsFn: function(index) {
// See Options -> getThumbBoundsFn section of documentation for more info
var thumbnail = items[index].el.getElementsByTagName('img')[0], // find thumbnail
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment