MediaWiki:Common.js: Difference between revisions

No edit summary
No edit summary
Line 6: Line 6:
         if (pinButton) pinButton.click();
         if (pinButton) pinButton.click();
     }
     }
    $(document).ready(function() {


     /* Load Google Translate */
     /* Load Google Translate */
Line 22: Line 20:
         autoDisplay: false
         autoDisplay: false
     }, 'google_translate_element');
     }, 'google_translate_element');
}
}
}