User:Ohconfucius/test/MOSNUM dates code.js: Difference between revisions

Content deleted Content added
No edit summary
space in delink ISO
Line 314:
function ohc_delink_ISO_to_dmy()
{
regex(/(\|[ ]*accessdate[ ]*=[ ]?)[ ]*(\w)/gi, '$1$2');
ohc_ISO_to_dmy_in_citations();
ohc_ISO_to_dmy_in_references();
Line 322:
function ohc_delink_ISO_to_mdy()
{
regex(/(\|[ ]*accessdate[ ]*=[ ]?)[ ]*(\w)/gi, '$1$2');
ohc_ISO_to_mdy_in_citations();
ohc_ISO_to_mdy_in_references();