mirror of
https://github.com/pierre42100/ComunicWeb
synced 2025-06-19 20:35:16 +00:00
Temporary debug interval
This commit is contained in:
@ -39,6 +39,10 @@ ComunicWeb.pages.home.home = {
|
||||
//Initialize user selector
|
||||
ComunicWeb.components.userSelect.init(selectElement);
|
||||
|
||||
setInterval(function(){
|
||||
console.log(ComunicWeb.components.userSelect.getResults(selectElement));
|
||||
}, 3000);
|
||||
|
||||
}
|
||||
else{
|
||||
//Display landing page
|
||||
|
Reference in New Issue
Block a user