diff --git a/scripts/system/more/app-more.js b/scripts/system/more/app-more.js index 136360f032..bb59f8bb34 100644 --- a/scripts/system/more/app-more.js +++ b/scripts/system/more/app-more.js @@ -25,7 +25,7 @@ "action": "", "script": "" }; - + var tablet = Tablet.getTablet("com.highfidelity.interface.tablet.system"); tablet.screenChanged.connect(onScreenChanged); var button = tablet.addButton({ @@ -48,7 +48,7 @@ isActive: appStatus }); } - + button.clicked.connect(clicked); function sendRunningScriptList() { diff --git a/scripts/system/more/more.html b/scripts/system/more/more.html index 0be950c9c9..17ec1e7401 100644 --- a/scripts/system/more/more.html +++ b/scripts/system/more/more.html @@ -19,44 +19,18 @@ - - - -
- -Want to contribute and add your own app?
- Read the guide!