function logout(){const n=document.getElementById("logoutForm");n!=null&&n.addEventListener("click",function(){stateService().clearAll()})}$(document).ready(function(){logout()});