add /? for new hotkeys, and hint for /? in chatbar

This commit is contained in:
RossAscends
2023-06-11 08:38:28 +09:00
parent ccefee6cee
commit c514ada6a6
2 changed files with 4 additions and 1 deletions

View File

@ -349,7 +349,7 @@ function RA_checkOnlineStatus() {
connection_made = false;
} else {
if (online_status !== undefined && online_status !== "no_connection") {
$("#send_textarea").attr("placeholder", "Type a message..."); //on connect, placeholder tells user to type message
$("#send_textarea").attr("placeholder", `Type a message, or /? for command list`); //on connect, placeholder tells user to type message
$('#send_form').removeClass("no-connection");
$("#API-status-top").removeClass("fa-plug-circle-exclamation redOverlayGlow");
$("#API-status-top").addClass("fa-plug");