mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-09 12:02:24 +09:00
UI bug fixes
git-svn-id: http://xe-core.googlecode.com/svn/branches/maserati@12526 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
de79747ecc
commit
2bf9c55a34
4 changed files with 12 additions and 3 deletions
|
|
@ -110,7 +110,7 @@
|
|||
</section>
|
||||
<button type="button" class="x_close" data-admin-hide="#sitemap_general">×</button>
|
||||
</div>
|
||||
<div class="col prop-general" id="properties">
|
||||
<div class="col prop-general" id="properties" style="display:none;">
|
||||
<section>
|
||||
<h1><a href="#" target="_blank" class="title"><!--메뉴 이름--></a></h1>
|
||||
<div class="cnt">
|
||||
|
|
@ -1603,7 +1603,9 @@ jQuery(function($){
|
|||
$(ev.target).find('._chkUseAsHome').removeAttr('disabled').removeAttr('checked');
|
||||
}
|
||||
|
||||
loadFullSetup();
|
||||
if(!htInfo.bShortCut){
|
||||
loadFullSetup();
|
||||
}
|
||||
});
|
||||
function loadFullSetup(){
|
||||
$.exec_json("menu.getMenuAdminDetailSetup", {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue