move customAutoLoad block load in superuser

face-manager-integrated
Moe 2022-12-14 10:14:05 -08:00
parent a1ebb15f27
commit 2d242e8cb5
1 changed files with 3 additions and 3 deletions

View File

@ -126,6 +126,9 @@
<div class="tab-pane text-left" id="superPluginManager" role="tabpanel">
<% include blocks/superPluginManager.ejs %>
</div>
<% customAutoLoad.superPageBlocks.forEach(function(block){ %>
<%- include(block) %>
<% }) %>
</div>
</div>
</div>
@ -145,9 +148,6 @@
<div id="temp" style="display:none"></div>
</body>
<% include blocks/confirm.ejs %>
<% customAutoLoad.superPageBlocks.forEach(function(block){ %>
<%- include(block) %>
<% }) %>
<script src="<%-window.libURL%>assets/vendor/js/pnotify.custom.min.js" type="text/javascript"></script>
<script src="<%-window.libURL%>assets/vendor/moment-with-locales.js"></script>
<script src="<%-window.libURL%>assets/vendor/js/livestamp.min.js" type="text/javascript"></script>