mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-30 15:52:17 +09:00
Fixed a problem. Does not apply skin setting on module's own setting page.
git-svn-id: http://xe-core.googlecode.com/svn/branches/maserati@12576 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
2e78fda33a
commit
c9edd9eb33
4 changed files with 119 additions and 12 deletions
|
|
@ -3433,6 +3433,7 @@ jQuery(function($){
|
|||
var sTmpName;
|
||||
for(var sName in htData.skin_info_list){
|
||||
if(!htData.skin_info_list.hasOwnProperty(sName)) continue;
|
||||
if(sName == '/USE_DEFAULT/') continue;
|
||||
|
||||
//$._xeAdminVar.htItemTypes[sType][sName].S = htInfo.title;
|
||||
//console.log(htDesign.sSkinName);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue