From 2d242e8cb5b78d275b7b6155c078fee99ceef081 Mon Sep 17 00:00:00 2001 From: Moe Date: Wed, 14 Dec 2022 10:14:05 -0800 Subject: [PATCH] move customAutoLoad block load in superuser --- web/pages/super.ejs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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) %> -<% }) %>