Javascript – Popup newsletter flashing once in homepage
I've got a problem with simple popup newsletter in homepage... Basically after I close the popup, if I refresh homepage, popup appears for about one second then disappear. This is the code: function popup(){ $('.jsclosepoup').on('click', function() { $('.jsengo_popup').addClass('d-none'); }); }…