mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-29 15:22:15 +09:00
Fix #1285 status displayed as 'undefined' in comment management popup
This commit is contained in:
parent
fab11bfd39
commit
b36675aeba
2 changed files with 7 additions and 4 deletions
|
|
@ -2,3 +2,8 @@
|
|||
<div class="x_page-header">
|
||||
<h1>{$lang->comment} {$lang->cmd_management}</h1>
|
||||
</div>
|
||||
|
||||
<script type="text/javascript">
|
||||
var secret_name_list = {$lang->secret_name_list->getArrayCopy()|json};
|
||||
var published_name_list = {$lang->published_name_list->getArrayCopy()|json};
|
||||
</script>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue