mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-10 20:44:28 +09:00
Initialize category list if module_srl is provied - Issue #1595
This commit is contained in:
parent
acda40eba9
commit
4fac931f28
1 changed files with 3 additions and 0 deletions
|
|
@ -71,5 +71,8 @@ jQuery(function($){
|
||||||
message_content_area.prop("disabled", false);
|
message_content_area.prop("disabled", false);
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
<!--@if($module_srl > 0)-->
|
||||||
|
doGetCategoryFromModule({$module_srl});
|
||||||
|
<!--@end-->
|
||||||
});
|
});
|
||||||
</script>
|
</script>
|
||||||
Loading…
Add table
Add a link
Reference in a new issue