אונטערשייד צווישן ווערסיעס פון "מעדיעוויקי:Gadget-Checkty.js"

log
(פראבע)
(log)
שורה 562: שורה 562:
  t = t.replace(this.regexes[i][0], this.regexes[i][1]);
  t = t.replace(this.regexes[i][0], this.regexes[i][1]);
  actual_replaced.push($.trim(this.regexes[i][1].replace(/\$\d*/g, '').replace('[[', '')));
  actual_replaced.push($.trim(this.regexes[i][1].replace(/\$\d*/g, '').replace('[[', '')));
console.log(this.regexes[i][1]);
console.log(actual_replaced[i]);
  actual_replaced_details.push(i + ': ' + $.trim(this.regexes[i][1].replace(/\$\d*/g, '')));
  actual_replaced_details.push(i + ': ' + $.trim(this.regexes[i][1].replace(/\$\d*/g, '')));
  }
  }