Update chat.js

remove stray semicolon
This commit is contained in:
Liv Erickson 2017-06-08 17:22:18 -07:00 committed by GitHub
parent 03edb06ecb
commit 6657c4d997

View file

@ -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.