$(window).resize(function() { if (window.innerWidth < 1023) { setTimeout(location.reload.bind(location), 50); } };