mirror of
https://github.com/overte-org/overte.git
synced 2025-04-08 05:52:38 +02:00
Update chat.js
remove stray semicolon
This commit is contained in:
parent
03edb06ecb
commit
6657c4d997
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue