Merge pull request #10647 from misslivirose/feat/move-chat-defaultscripts

Move chat app to run with default scripts
This commit is contained in:
Seth Alves 2017-06-08 20:26:34 -07:00 committed by GitHub
commit 759a87c27e
3 changed files with 3 additions and 2 deletions

View file

@ -32,7 +32,8 @@ var DEFAULT_SCRIPTS_COMBINED = [
"system/tablet-ui/tabletUI.js"
];
var DEFAULT_SCRIPTS_SEPARATE = [
"system/controllers/controllerScripts.js"
"system/controllers/controllerScripts.js",
"system/chat.js"
];
// add a menu item for debugging

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.