MediaWiki:Gadget-Gender.js: Difference between revisions

Want an adless experience? Log in or Create an account.
m
no edit summary
(Created page.)
 
mNo edit summary
Line 3: Line 3:
     !/\//.test(wgTitle)) {
     !/\//.test(wgTitle)) {
   // add a hook to...
   // add a hook to...
   addOnloadHook(function() {
   $(function() {
     // init AJAX and request the user's gender from the API
     // init AJAX and request the user's gender from the API
     var a = sajax_init_object();
     var a = sajax_init_object();