mirror of
https://github.com/overte-org/community-apps.git
synced 2025-04-05 12:08:49 +02:00
Remove unnecessary check.
This commit is contained in:
parent
d9e5c84cc1
commit
657d6c94be
1 changed files with 0 additions and 4 deletions
|
@ -25,10 +25,6 @@
|
|||
"script": ""
|
||||
};
|
||||
|
||||
if (DEV_PARAMETER === "dev") {
|
||||
APP_URL = ROOT + "more.html?" + DEV_PARAMETER;
|
||||
}
|
||||
|
||||
var tablet = Tablet.getTablet("com.highfidelity.interface.tablet.system");
|
||||
tablet.screenChanged.connect(onScreenChanged);
|
||||
var button = tablet.addButton({
|
||||
|
|
Loading…
Reference in a new issue