mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-14 00:39:57 +09:00
layout_srl was sent as an empty string when 'use no layout' option was selected
git-svn-id: http://xe-core.googlecode.com/svn/branches/maserati@12091 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
4fef4dbf88
commit
2c29f34ed7
1 changed files with 1 additions and 1 deletions
|
|
@ -2468,7 +2468,7 @@ exec_xml("module","procModuleAdminSetDesignInfo", params, completeTmp)
|
|||
}
|
||||
var htParam = {
|
||||
site_srl : 0,
|
||||
layout_srl : sLayoutSrl,
|
||||
layout_srl : sLayoutSrl?sLayoutSrl:"0",
|
||||
target_type : sMode,
|
||||
module_skin : $.stringify(htSkins)
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue