Is there anything handier than an offset screwdriver with a Philips head on one end and a Standard (slot) on the other end? It can get into any tight spot and is ideal for the needle plate. I think I am in love!
/*Calendar different color events javascript*/
window.addEventListener('scroll', () => { const cart = document.querySelector('#cart'); if (window.scrollY > 300) { cart.classList.add('sticky-cart'); } else { cart.classList.remove('sticky-cart'); } });
// Express.js example
const prerender = require('prerender-node');
app.use(prerender.set('prerenderToken', 'YOUR_TOKEN'));