mirror of
https://github.com/overte-org/overte.git
synced 2025-08-08 14:18:24 +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() {
|
(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 randomizeWebPageURL = true; // Set to true for debugging.
|
||||||
var lastWebPageURL = ""; // Last random URL of tablet web page.
|
var lastWebPageURL = ""; // Last random URL of tablet web page.
|
||||||
var onChatPage = false; // True when chat web page is opened.
|
var onChatPage = false; // True when chat web page is opened.
|
||||||
|
|
Loading…
Reference in a new issue