MediaWiki:Common.js: Difference between revisions

From Vintage Story Wiki
No edit summary
No edit summary
Line 388: Line 388:
$(document).ready(function() {
$(document).ready(function() {
   $("#treeviewtable").treetable();
   $("#treeviewtable").treetable();
  $('html, body').animate({
        scrollTop: $("" + window.location.hash).offset().top
    }, 2000);
});
});