Auto hiding windows which include 'modal' in its class name

git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@9159 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
taggon 2011-09-15 08:42:01 +00:00
parent c68838cb98
commit 0d530d08e0

View file

@ -291,6 +291,7 @@ $.fn.xeModalWindow = function(){
});
};
$('a.modalAnchor').xeModalWindow();
$('div.modal').addClass('x').hide();
});