diff --git a/scripts/system/chat.js b/scripts/system/chat.js index be6600a874..d03c6aae98 100644 --- a/scripts/system/chat.js +++ b/scripts/system/chat.js @@ -9,7 +9,7 @@ (function() { - var webPageURL = Script.resolvePath("html/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.