Admin UI minor update. Layer open JS added.

git-svn-id: http://xe-core.googlecode.com/svn/branches/maserati@11252 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
ChanMyeong 2012-09-16 06:37:41 +00:00
parent a2da611bdc
commit 065ffd3967
2 changed files with 2 additions and 2 deletions

View file

@ -13,7 +13,7 @@ jQuery(function($){
}); });
// Content Open // Content Open
$('.x [data-open^="#"]').click(function(){ $('.x [data-open^="#"]').click(function(){
$($(this).attr('data-open')).open(); $($(this).attr('data-open')).show();
return false; return false;
}); });
// Content Close // Content Close

View file

@ -13,7 +13,7 @@ jQuery(function($){
}); });
// Content Open // Content Open
$('.x [data-open^="#"]').click(function(){ $('.x [data-open^="#"]').click(function(){
$($(this).attr('data-open')).open(); $($(this).attr('data-open')).show();
return false; return false;
}); });
// Content Close // Content Close