diff --git a/web/index.html b/web/index.html index ab9b61d..3ca93c4 100644 --- a/web/index.html +++ b/web/index.html @@ -23,7 +23,6 @@
-
diff --git a/web/js/011-display.js b/web/js/011-display.js index a985ebf..bbefafd 100644 --- a/web/js/011-display.js +++ b/web/js/011-display.js @@ -147,7 +147,7 @@ $(document).ready(function() { $("#album-view").removeClass("photo-view-container"); $("#subalbums").show(); $("#photo-view").hide(); - $("#video")[0].pause() + $("#video").remove(); } setTimeout(scrollToThumb, 1); } @@ -189,7 +189,7 @@ $(document).ready(function() { $(window).unbind("resize", scaleVideo); $(window).unbind("resize", scaleImage); videoSrc = photoFloat.videoPath(currentAlbum, currentPhoto); - $("#video") + $('