Merge pull request #536 from kasenvr/housekeeping/update-explore-app

Housekeeping/update explore app
This commit is contained in:
kasenvr 2020-07-14 15:42:07 -04:00 committed by GitHub
commit c2e350e971
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -42,7 +42,8 @@
ui = new AppUi({
buttonName: "EXPLORE",
home: Script.resolvePath("explore.html"),
graphicsDirectory: scriptDir
graphicsDirectory: scriptDir,
sortOrder: 8
});
}