Moved system chat to script-archive.

Updated systemchat html script path.
Renamed "chat" to "floofChat" to avoid confusion.

Signed-off-by: Armored Dragon <publicmail@armoreddragon.com>
This commit is contained in:
Armored Dragon 2024-05-23 17:26:59 -05:00
parent c1e511572d
commit 7ef33224e3
No known key found for this signature in database
GPG key ID: C7207ACC3382AD8B
10 changed files with 2 additions and 2 deletions

View file

Before

Width:  |  Height:  |  Size: 4.5 KiB

After

Width:  |  Height:  |  Size: 4.5 KiB

View file

@ -4,7 +4,7 @@
//
// By Don Hopkins (dhopkins@donhopkins.com) on May 5th, 2017
// Copyright 2017 High Fidelity, Inc.
// Copyright 2023 Overte e.V.
// Copyright 2024 Overte e.V.
//
//
// Distributed under the Apache License, Version 2.0.
@ -13,7 +13,7 @@
(function() {
var webPageURL = Script.resolvePath("html/ChatPage.html"); // URL of tablet web page.
var webPageURL = Script.resolvePath("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.