From 69a18ccd1bb599962b14839517772c92cfa381bc Mon Sep 17 00:00:00 2001 From: Kasen IO Date: Tue, 14 Jul 2020 14:45:54 -0400 Subject: [PATCH] Add sortOrder by AleziaKurdis. Co-Authored-By: Alezia Kurdis --- scripts/communityScripts/explore/explore.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/scripts/communityScripts/explore/explore.js b/scripts/communityScripts/explore/explore.js index 74158580ec..589bc5cde8 100644 --- a/scripts/communityScripts/explore/explore.js +++ b/scripts/communityScripts/explore/explore.js @@ -42,7 +42,8 @@ ui = new AppUi({ buttonName: "EXPLORE", home: Script.resolvePath("explore.html"), - graphicsDirectory: scriptDir + graphicsDirectory: scriptDir, + sortOrder: 8 }); }