problem of multilangual in virtual site

git-svn-id: http://xe-core.googlecode.com/svn/branches/maserati@12648 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
chschy 2013-01-31 08:30:52 +00:00
parent 0b2924f940
commit a529970101
3 changed files with 3 additions and 3 deletions

View file

@ -419,7 +419,7 @@ jQuery(function($){
$('body').css('overflow','auto');
$this.focus();
});
$('div.x_modal').addClass('x').hide();
$('div.x_modal').addClass('x');
};
$('a.modalAnchor').xeModalWindow();
});