Move chat app to be included as part of the default scripts

This commit is contained in:
Liv 2017-06-08 13:07:01 -07:00
parent dd3a7f7249
commit 0e27ad767c
3 changed files with 3 additions and 2 deletions

View file

@ -29,7 +29,8 @@ var DEFAULT_SCRIPTS_COMBINED = [
"system/notifications.js",
"system/dialTone.js",
"system/firstPersonHMD.js",
"system/tablet-ui/tabletUI.js"
"system/tablet-ui/tabletUI.js",
"system/chat.js"
];
var DEFAULT_SCRIPTS_SEPARATE = [
"system/controllers/controllerScripts.js"

View file

@ -9,7 +9,7 @@
(function() {
var webPageURL = "ChatPage.html"; // URL of tablet web page.
var webPageURL = Script.resolvePath("html/ChatPage.html");; // URL of tablet web page.
var randomizeWebPageURL = true; // Set to true for debugging.
var lastWebPageURL = ""; // Last random URL of tablet web page.
var onChatPage = false; // True when chat web page is opened.