mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-08 19:42:15 +09:00
Remove most references to x.js in core modules
This commit is contained in:
parent
0fde7eb7e7
commit
f3d753c6d0
6 changed files with 36 additions and 35 deletions
|
|
@ -16,7 +16,7 @@
|
|||
<div class="x_modal-body">
|
||||
<div class="pageAddContent"></div>
|
||||
<div class="editor">{$editor|noescape}</div>
|
||||
<script>xAddEventListener(window, 'load', doSyncPageContent);</script>
|
||||
<script>window.addEventListener('load', doSyncPageContent);</script>
|
||||
</div>
|
||||
<div class="x_modal-footer">
|
||||
<input type="submit" value="{$lang->cmd_save}" class="x_btn x_btn-inverse" />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue