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

קיין רעדאגירונג באמערקונג
(thats the story)
אין תקציר עריכה
שורה 54: שורה 54:
       return false;
       return false;
     }
     }
     var rxHistory = new RegExp('^ה' + shortcuts[i][0]);
     var rxHistory = new RegExp('^פ' + shortcuts[i][0]);
     if (rxHistory.test(text.value)) {
     if (rxHistory.test(text.value)) {
       text.value = text.value.replace(rxHistory, shortcuts[i][1]);
       text.value = text.value.replace(rxHistory, shortcuts[i][1]);