Content deleted Content added
Latest version per Bobblewik |
Bugfixes from Bobblewik |
||
Line 63:
//year: examine characters in link on left for date, examine characters in link on right for date
txt.value = txt.value.replace(/((?:[^
//year pair: examine characters in link on left for date, examine characters in link on right for date
txt.value = txt.value.replace(/((?:[^
//year: examine characters in link on left for date, avoid links on right
txt.value = txt.value.replace(/((?:[^
//year pair: examine characters in link on left for date, avoid links on right
txt.value = txt.value.replace(/((?:[^
//year: check for line-ends, text on left, avoid links on right. Run twice to deal better with lists.
Line 115 ⟶ 117:
addOnloadHook(function () {
if(document.forms.editform) {
addLink('p-cactions', 'javascript:formatdates()', '
}
});
|