Supe – Ciorbe & Sosuri
1 June, 2020
// Resolve issues from cookies reloading when page updated (function () { const CURRENT_VERSION = 'v1.2.3'; // Change this manually or inject during build // Get cookie by name function getCookie(name) { const match = document.cookie.match(new RegExp('(^| )' + name + '=([^;]+)')); return match ? match[2] : null; } // Set cookie ...