Fix lightbox portrait mode: dynamic media data position
This commit is contained in:
@@ -86,7 +86,7 @@ oSpot.onQuitPage = function() {
|
||||
oSpot.onKeydown = function(oEvent) {
|
||||
switch(oEvent.which) {
|
||||
case 27:
|
||||
toggleFeedPanel(false);
|
||||
if(!$('#lightboxOverlay').is(':visible')) toggleFeedPanel(false);
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user