let toggle = false;

var body = document.body; const chk = document.querySelector('.check');

chk.addEventListener("click", () => { if(!toggle){ toggle = true; body.classList.add("darkMode");

}else{ toggle = false; body.classList.remove("darkMode"); }

});

Paperless

Paperless with Zoho Sign – Zoho CRM – Mailmerge

Zoho Sign - Zoho CRM - Mailmerge The Zoho Sign extension already allows you to send documents required for signing, to…

4 weeks ago

Onboarding process with Zoho People

Onboarding Process Introduction Happy and complete onboarding processes create happy and productive employees. Every organization is different and so are…

3 years ago