MediaWiki:Common.js

From WikiLectures

Note: After publishing, you may have to bypass your browser's cache to see the changes.

  • Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
  • Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
  • Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Press Ctrl-F5.
/*
 *  Loga do patičky (OPVVV, NPO, EU)
 */
// $("#footer").append("<ul><li><img src=\"https://opvvv.msmt.cz/media/msmt/uploads/OP_VVV/Pravidla_pro_publicitu/logolinky/JVS2_opraveny_aj/logolink_OP_VVV_hor_cb_eng.jpg\" style=\"margin-top:4px;width:300px;\"></li></ul>");
$("#footer").append("<img src='https://www.wikilectures.eu/sites/www.wikilectures.eu/images/b/b4/FooterLogos.png' width='500' class='ms-4' title='Podpořeno OP VVV č. CZ.02.2.69/0.0/0.0/16_015/0002362 :: Podpořeno z projektu „Transformace pro VŠ na UK“, financovaného z Národního plánu obnovy, registrační číslo NPO_UK_MSMT-16602/2022.'>");

/**
 * User Sandbox
 */
if (mw.config.get("wgUserName") != null)
    mw.util.addPortletLink('p-personal', mw.config.get("wgServer") + mw.config.get("wgScriptPath") + '/index.php?title=User:' + mw.config.get("wgUserName") + '/Sandbox', 'My sandbox', 'pt-piskoviste', 'Place, where I can experiment', 'a', document.getElementById('pt-preferences'));

// Fix stats link
$("#footer-places-statslink a").attr("href", "https://www.wikilectures.eu/w/Special:Statistics");