diff options
Diffstat (limited to 'webAO/client.js')
| -rw-r--r-- | webAO/client.js | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/webAO/client.js b/webAO/client.js index 90561cc..b106b03 100644 --- a/webAO/client.js +++ b/webAO/client.js @@ -1916,15 +1916,6 @@ function setCookie(cname, value) { } /** - * Triggered when the showname is changed - * @param {KeyboardEvent} event - */ -export function onShownameChange(event) { - setCookie("showname",document.getElementById("client_oocinputbox").value); -} -window.onShownameChange = onShownameChange; - -/** * Triggered when the Return key is pressed on the out-of-character chat input box. * @param {KeyboardEvent} event */ |
