Popup UI changed.

git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@9216 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
ChanMyeong 2011-09-20 05:29:36 +00:00
parent 19e8391d14
commit 840eb36451
4 changed files with 4 additions and 4 deletions

View file

@ -450,7 +450,7 @@ function zbxe_folder_close(id) {
function setFixedPopupSize() {
var $ = jQuery;
var $win = $(window);
var $pc = $('body>.x');
var $pc = $('body>.popup');
var w = Math.max($pc[0].offsetWidth, 600);
var h = $pc[0].offsetHeight;
var dw = $win.width();

View file

@ -737,7 +737,7 @@ function zbxe_folder_close(id) {
function setFixedPopupSize() {
var $ = jQuery;
var $win = $(window);
var $pc = $('body>.x');
var $pc = $('body>.popup');
var w = Math.max($pc[0].offsetWidth, 600);
var h = $pc[0].offsetHeight;
var dw = $win.width();

2
common/js/xe.min.js vendored
View file

@ -735,7 +735,7 @@ function zbxe_folder_close(id) {
function setFixedPopupSize() {
var $ = jQuery;
var $win = $(window);
var $pc = $('body>.x');
var $pc = $('body>.popup');
var w = Math.max($pc[0].offsetWidth, 600);
var h = $pc[0].offsetHeight;
var dw = $win.width();