אונטערשייד צווישן ווערסיעס פון "מעדיעוויקי:Common.js/externalsmaker.js"

קיין רעדאגירונג באמערקונג
אין תקציר עריכה
אין תקציר עריכה
שורה 1: שורה 1:
/* This code doesn't run in wikipedia but in other sites as bookmarklet */
/* This code runs in different sites as bookmarklet */
function wikiit(event, force_popup) {
function wikiit(event, force_popup) {
window.$ = window.jQuery;
window.$ = window.jQuery;
שורה 122: שורה 122:
if (window.location.host.includes("hamichlol")) {
if (window.location.host.includes("hamichlol")) {
  getWikiLink();
  if (getWikiLink()) {
    if (window.old$) { window.$ = window.old$; }
    return;
  }
}
}