mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-03 16:51:40 +09:00
Fix #2327 JS error when the module for an installed type doesn't exist anymore
This commit is contained in:
parent
b7def41ec4
commit
c32eb69a20
1 changed files with 1 additions and 0 deletions
|
|
@ -2932,6 +2932,7 @@ jQuery(function($){
|
|||
if(sModuleName === "_SHORTCUT") continue;
|
||||
|
||||
item = $._xeAdminVar.htAllModules[sModuleName];
|
||||
if (!item) continue;
|
||||
sModuleTitle = item.title;
|
||||
|
||||
htSkins[sModuleName] = (sMode === "P") ? item.defaultSkin.skin : item.defaultMobileSkin.skin;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue