MediaWiki:Common.js: Difference between revisions

From Yggenyk
Jump to navigation Jump to search
No edit summary
No edit summary
Tag: Reverted
Line 1: Line 1:
/* Any JavaScript here will be loaded for all users on every page load. */
/* Any JavaScript here will be loaded for all users on every page load. */


/*
$(document).ready( function() {
$(document).ready( function() {
     $('#siteTree').bind('fancytreeinit', function(event, data) {
     $('#siteTree').bind('fancytreeinit', function(event, data) {
Line 6: Line 7:
     });
     });
});
});
*/


     $( document ).ready(function() {
     $( document ).ready(function() {

Revision as of 06:13, 14 August 2022

/* Any JavaScript here will be loaded for all users on every page load. */

/*
$(document).ready( function() {
    $('#siteTree').bind('fancytreeinit', function(event, data) {
        data.tree.makeTitleVisible();
    });
});
*/

    $( document ).ready(function() {
        console.log( "document loaded" );
    });
 
    $( window ).load(function() {
        console.log( "window loaded" );
    });

id=siteTree