diff options
Diffstat (limited to 'public/assets/js/lib/GalleryView.js')
| -rw-r--r-- | public/assets/js/lib/GalleryView.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/public/assets/js/lib/GalleryView.js b/public/assets/js/lib/GalleryView.js index da0f580..1d8cdc2 100644 --- a/public/assets/js/lib/GalleryView.js +++ b/public/assets/js/lib/GalleryView.js @@ -86,6 +86,7 @@ var GalleryView = View.extend({ gallery.on("cellSelect", function(){ if (! gallery.selectedElement) return // $caption.html( $(gallery.selectedElement).data("caption") ) + console.log(gallery.selectedElement) try { this.videos.forEach(function(player){ player.api('pause') |
