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