Skip to content

Commit 7ef3322

Browse files
Moved system chat to script-archive.
Updated systemchat html script path. Renamed "chat" to "floofChat" to avoid confusion. Signed-off-by: Armored Dragon <[email protected]>
1 parent c1e5115 commit 7ef3322

File tree

10 files changed

+2
-2
lines changed

10 files changed

+2
-2
lines changed
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

scripts/system/chat.js script-archive/systemChat/chat.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
//
55
// By Don Hopkins ([email protected]) on May 5th, 2017
66
// Copyright 2017 High Fidelity, Inc.
7-
// Copyright 2023 Overte e.V.
7+
// Copyright 2024 Overte e.V.
88
//
99
//
1010
// Distributed under the Apache License, Version 2.0.
@@ -13,7 +13,7 @@
1313

1414
(function() {
1515

16-
var webPageURL = Script.resolvePath("html/ChatPage.html"); // URL of tablet web page.
16+
var webPageURL = Script.resolvePath("ChatPage.html"); // URL of tablet web page.
1717
var randomizeWebPageURL = true; // Set to true for debugging.
1818
var lastWebPageURL = ""; // Last random URL of tablet web page.
1919
var onChatPage = false; // True when chat web page is opened.

0 commit comments

Comments
 (0)