/*  _____________________________________________________________________________
 * |                                                                             |
 * |                    === WARNING: GLOBAL GADGET FILE ===                      |
 * |                  Changes to this page affect many users.                    |
 * | Please discuss changes on the talk page or on ] before editing. |
 * |_____________________________________________________________________________|
 *
 * Create a toolbox link to for one-click access for filing new bug reports with Bugzilla.
 * Revision: 1.0
 * Author: Technical_13 (AKA ShoeMaker)
 */
 
$( document ).ready( function() {
  mw.util.addPortletLink(
    'p-tb',
    'https://bugzilla.wikimedia.org/enter_bug.cgi',
    'Bugzilla',
    't-messagenames',
    'File a new bug report with Bugzilla.'
  );
});