diff --git a/scripts/system/run.js b/scripts/system/run.js
index 054cca6d9c..c34271b18d 100644
--- a/scripts/system/run.js
+++ b/scripts/system/run.js
@@ -10,8 +10,7 @@
var tablet = Tablet.getTablet("com.highfidelity.interface.tablet.system");
var button = tablet.addButton({
icon: Script.resolvePath("assets/images/run.svg"),
- text: "RUN",
- sortOrder: 15
+ text: "RUN"
});
function onClicked() {
diff --git a/scripts/system/tablet-users.js b/scripts/system/tablet-users.js
index 6f37cd55eb..6181173818 100644
--- a/scripts/system/tablet-users.js
+++ b/scripts/system/tablet-users.js
@@ -37,8 +37,7 @@
var button = tablet.addButton({
icon: "icons/tablet-icons/users-i.svg",
activeIcon: "icons/tablet-icons/users-a.svg",
- text: "USERS",
- sortOrder: 11
+ text: "USERS"
});
var onUsersScreen = false;
diff --git a/unpublishedScripts/marketplace/clap/clapApp.js b/unpublishedScripts/marketplace/clap/clapApp.js
index b2d8ce55db..7118b3623c 100644
--- a/unpublishedScripts/marketplace/clap/clapApp.js
+++ b/unpublishedScripts/marketplace/clap/clapApp.js
@@ -31,8 +31,7 @@ var activeButton = tablet.addButton({
icon: whiteIcon,
activeIcon: blackIcon,
text: APP_NAME,
- isActive: isActive,
- sortOrder: 11
+ isActive: isActive
});
if (isActive) {
diff --git a/unpublishedScripts/marketplace/skyboxChanger/skyboxchanger.js b/unpublishedScripts/marketplace/skyboxChanger/skyboxchanger.js
index 7bc65722cd..0bd23552e4 100644
--- a/unpublishedScripts/marketplace/skyboxChanger/skyboxchanger.js
+++ b/unpublishedScripts/marketplace/skyboxChanger/skyboxchanger.js
@@ -32,8 +32,7 @@
var button = tablet.addButton({
icon: ICONS.icon,
activeIcon: ICONS.activeIcon,
- text: TABLET_BUTTON_NAME,
- sortOrder: 1
+ text: TABLET_BUTTON_NAME
});
var hasEventBridge = false;