MediaWiki:Common.js: Difference between revisions

m
no edit summary
mNo edit summary
mNo edit summary
Line 1: Line 1:
addOnloadHook(function(){
addOnloadHook(function($){
     $(document).append('<a id="GoogleTrans" href="">Translate by Google</a>')
     return function(){
});
        $('body').append('<a id="gTranslate" href="">Translate by Google</a>');
    }
}(jQuery));


/* <pre> */
/* <pre> */