fix error
This commit is contained in:
parent
1057c5f6c4
commit
afd3b97587
|
@ -43,6 +43,8 @@ window.GalleryTheater = function() {
|
|||
var initialize = function() {
|
||||
if ($('#orbit-bar').height()>0){ //for show page
|
||||
$('#gallery-theater-stage>.gallery').css('margin-top','2.4em')
|
||||
}else{
|
||||
$('#gallery-theater-stage>.gallery').css('margin-top','')
|
||||
}
|
||||
stage = $("#gallery-theater-stage");
|
||||
closeBtn = stage.find(".gallery-close");
|
||||
|
|
Loading…
Reference in New Issue