MediaWiki:Common.js: Difference between revisions

Jump to navigation Jump to search
no edit summary
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();
});
});
});

Navigation menu