MediaWiki:Common.js: Difference between revisions

Jump to navigation Jump to search
no edit summary
No edit summary
No edit summary
Line 530: Line 530:
     $(window).resize(function() {
     $(window).resize(function() {
    console.log("Window resized, reloading page...");
    console.log("Window resized, reloading page...");
    location.reload();
    setShowArticleRotationEffect();
    //location.reload();
});
});
});
});

Navigation menu