Skip to content
This repository was archived by the owner on Mar 15, 2018. It is now read-only.

Commit 312d089

Browse files
committed
hide screenshot overlay on back button hit (bug 828867)
1 parent 47415cb commit 312d089

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

media/js/mkt/lightbox.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,9 @@
129129
});
130130
}
131131

132+
// Hide screenshot overlay on back button hit.
133+
z.page.on('startfragmentload', hideLightbox);
134+
132135
function hideLightbox() {
133136
pauseVideos();
134137
$lightbox.removeClass('show');

0 commit comments

Comments
 (0)