diff --git a/web/pages/super.ejs b/web/pages/super.ejs index 75d1201e..327d8adb 100644 --- a/web/pages/super.ejs +++ b/web/pages/super.ejs @@ -126,6 +126,9 @@
<% include blocks/superPluginManager.ejs %>
+ <% customAutoLoad.superPageBlocks.forEach(function(block){ %> + <%- include(block) %> + <% }) %> @@ -145,9 +148,6 @@ <% include blocks/confirm.ejs %> -<% customAutoLoad.superPageBlocks.forEach(function(block){ %> - <%- include(block) %> -<% }) %>