mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-04 01:01:41 +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
|
|
@ -43,7 +43,10 @@
|
|||
</div>
|
||||
<script>
|
||||
var confirm_delete_msg = "{$lang->confirm_delete}";
|
||||
xAddEventListener(window,"load",function() { doStartPageModify('zonePageContent', '{$module_info->module_srl}'); jQuery('div.admin').css('background-color','transparent');});
|
||||
window.addEventListener('load', function() {
|
||||
doStartPageModify('zonePageContent', '{$module_info->module_srl}');
|
||||
jQuery('div.admin').css('background-color','transparent');
|
||||
});
|
||||
</script>
|
||||
|
||||
<!--#include("../../widget/tpl/widget_layer.html")-->
|
||||
|
|
|
|||
|
|
@ -44,7 +44,10 @@
|
|||
</div>
|
||||
<script>
|
||||
var confirm_delete_msg = "{$lang->confirm_delete}";
|
||||
xAddEventListener(window,"load",function() { doStartPageModify('zonePageContent', '{$module_info->module_srl}'); jQuery('div.admin').css('background-color','transparent');});
|
||||
window.addEventListener('load', function() {
|
||||
doStartPageModify('zonePageContent', '{$module_info->module_srl}');
|
||||
jQuery('div.admin').css('background-color','transparent');
|
||||
});
|
||||
</script>
|
||||
|
||||
<!--#include("../../widget/tpl/widget_layer.html")-->
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue