mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-18 07:23:13 +00:00
Fix #1347 : Export dialog box does not open in lightbox
This commit is contained in:
@@ -1,9 +1,17 @@
|
||||
var p4 = {
|
||||
releasable:false
|
||||
var p4 = p4 || {};
|
||||
|
||||
p4.releasable = false;
|
||||
|
||||
var bodySize = {
|
||||
x:0,
|
||||
y:0
|
||||
};
|
||||
|
||||
$(document).ready(function(){
|
||||
|
||||
bodySize.y = $('#mainContainer').height();
|
||||
bodySize.x = $('#mainContainer').width();
|
||||
|
||||
$(this).data('slideshow',false);
|
||||
$(this).data('slideshow_ctime', false);
|
||||
|
||||
@@ -191,6 +199,8 @@ function is_shift_key(event)
|
||||
|
||||
function resize()
|
||||
{
|
||||
bodySize.y = $('#mainContainer').height();
|
||||
bodySize.x = $('#mainContainer').width();
|
||||
display_record($('#record_compare').css('visibility') != 'hidden');
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user