Garloon

codeJS

Jan 19th, 2020
205
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. document.getElementById('room-list').addEventListener('click', function (e) {
  2.     if (roomId != e.target.id) {
  3.         roomId = e.target.id;
  4.     }
  5. });
Advertisement
Add Comment
Please, Sign In to add comment