diff options
author | stale <redkugelblitzin@gmail.com> | 2022-06-05 20:43:32 -0300 |
---|---|---|
committer | stale <redkugelblitzin@gmail.com> | 2022-06-05 20:43:32 -0300 |
commit | e00fa116c51e728e341e48e4c5f9f09cf4d416fc (patch) | |
tree | 9dc60cd8c915ee0637ce73b765937c36cbf0fbb0 /assets/room.html | |
parent | aeb7beb3f9b154f4aefbaa1c08d822ed572461fb (diff) |
code cleanup, floodfill algo changed to iterative
Diffstat (limited to 'assets/room.html')
-rw-r--r-- | assets/room.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/assets/room.html b/assets/room.html index b669757..c3dc871 100644 --- a/assets/room.html +++ b/assets/room.html @@ -17,10 +17,10 @@ <input id="clr-in" type="color" value="#33c033"></input> <button>Join</button> </form> - <div id="statusline"> + <div class="statusline"> <p id="miscinfo"></p> <a href="javascript:navigator.clipboard.writeText(window.location.href);alert('copied link to clipboard');">đŸ”—share</p> - <a href="javascript:new_ident_btn();">new identity</p> + <a href="javascript:clear_ident();">new identity</p> <a href="../..">back to lobby</a> </div> </div> |