| TimeTec has merged all of its solutions into www.timeteccloud.com, click to |
modal.addEventListener('click', (e) => { if (e.target === modal) modal.remove(); }); }
.cookie-warning ul { margin: 10px 0; padding-left: 20px; color: #666; font-size: 13px; } your browser is currently set to block cookies
.cookie-warning li { margin: 5px 0; }
// Create modal const modal = document.createElement('div'); modal.id = 'cookie-instructions-modal'; modal.style.cssText = ` position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0,0,0,0.5); display: flex; align-items: center; justify-content: center; z-index: 10001; font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif; `; { if (e.target === modal) modal.remove()
.dismiss-btn:hover { background: #bdbdbd; } modal.id = 'cookie-instructions-modal'
if (!areCookiesEnabled()) { const warningEl = document.getElementById('cookie-warning'); if (warningEl) { warningEl.classList.remove('hidden'); // Optional: Log for analytics console.warn('[Cookie Check] Cookies are blocked in this browser'); // You could send this to your analytics service if (typeof gtag !== 'undefined') { gtag('event', 'cookies_blocked', { 'event_category': 'user_preferences', 'event_label': navigator.userAgent }); } } } }
| THE GUIDANCE "Any fool can know, the point is to understand" - Albert Einstein Learn about TimeTec from the comfort of your own home. Enrol for our webinar training sessions, watch the video guides, learn the tips and many more guides to help you get around smoothly. And we welcome any questions or suggestions, because apparently, the only constant is change. |
![]() |