MikeDoes commited on
Commit
68082a1
·
verified ·
1 Parent(s): 2ce42d3

Upload populate_interface.js

Browse files
Files changed (1) hide show
  1. populate_interface.js +3 -3
populate_interface.js CHANGED
@@ -88,9 +88,9 @@ class GridPopulator {
88
  } */
89
 
90
  setTimeout(() => {
91
- user.element.remove();
92
- this.users.delete(randomId);
93
- this.updateGridLayout();
94
  }, 300);
95
  }
96
 
 
88
  } */
89
 
90
  setTimeout(() => {
91
+ //user.element.remove();
92
+ //this.users.delete(randomId);
93
+ //this.updateGridLayout();
94
  }, 300);
95
  }
96