mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-26 22:59:57 +09:00
Bug in unchecking Use Site Default option fixed
git-svn-id: http://xe-core.googlecode.com/svn/branches/maserati@12083 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
ddec60e655
commit
c7940bd2f3
1 changed files with 7 additions and 7 deletions
|
|
@ -2492,6 +2492,13 @@ exec_xml("module","procModuleAdminSetDesignInfo", params, completeTmp)
|
||||||
});
|
});
|
||||||
|
|
||||||
$('#layout ._chkUseDefaultLayout').click(function(){
|
$('#layout ._chkUseDefaultLayout').click(function(){
|
||||||
|
if(!$(this).attr('checked')){
|
||||||
|
updatePreview({
|
||||||
|
sLayoutSrl : 0,
|
||||||
|
htLayoutData : {}
|
||||||
|
});
|
||||||
|
}
|
||||||
|
|
||||||
updateLayoutListDisplayStatus();
|
updateLayoutListDisplayStatus();
|
||||||
});
|
});
|
||||||
$("#tmpl_layout_list_item_no_layout").template( "layoutListItem_nolayout" );
|
$("#tmpl_layout_list_item_no_layout").template( "layoutListItem_nolayout" );
|
||||||
|
|
@ -2535,13 +2542,6 @@ exec_xml("module","procModuleAdminSetDesignInfo", params, completeTmp)
|
||||||
htLayoutData : {}
|
htLayoutData : {}
|
||||||
});
|
});
|
||||||
}else{
|
}else{
|
||||||
/*
|
|
||||||
updatePreview({
|
|
||||||
sLayoutSrl : 0,
|
|
||||||
htLayoutData : {}
|
|
||||||
});
|
|
||||||
*/
|
|
||||||
|
|
||||||
$('#layout .list').show();
|
$('#layout .list').show();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue