Skip to content

Commit 2ca582a

Browse files
committed
Main file don't need to be a module
1 parent 677eabc commit 2ca582a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lhc_web/design/defaulttheme/tpl/pagelayouts/parts/page_head_js.tpl.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959

6060
<?php if (!isset($Result['anonymous'])) : ?>
6161
<script src="<?php echo erLhcoreClassDesign::designJS('vendor/jquery/jquery.min.js;vendor/bootstrap/js/bootstrap.min.js;js/modernizr.js;js/lh.min.js;js/lh.cannedmsg.min.js;js/lhc.dropdown.plugin.min.js;js/jquery.hotkeys.min.js;js/fileupload/jquery.fileupload.min.js;js/jquery.zoom.min.js;js/datepicker.min.js;js/lh/dist/common.js;js/lh/dist/bundle.js;js/EventEmitter.min.js;js/events.js;js/notifiations.js;js/color-picker.min.js');?>"></script>
62-
<script type="module" src="<?php echo erLhcoreClassDesign::designJSStatic('js/admin/dist/react.admin.app.js');?>"></script>
62+
<script src="<?php echo erLhcoreClassDesign::designJSStatic('js/admin/dist/react.admin.app.js');?>"></script>
6363
<?php else : ?>
6464

6565
<?php $detect = new Mobile_Detect(); if ($detect->version('IE') !== false) : ?>

0 commit comments

Comments
 (0)