4,092
edits
No edit summary |
No edit summary |
||
Line 528: | Line 528: | ||
}); | }); | ||
$(window).resize(function(){location.reload();}); | $(window).resize(function() { | ||
console.log("Window resized, reloading page..."); | |||
location.reload(); | |||
}); | |||
}); | }); |