Content deleted Content added
mNo edit summary |
mNo edit summary |
||
Line 34:
var counter = 0;
text = text.replace(/<ref.*?>(.|\s)*?<\/ref>/g, function(match)
{
console.log(match);
Line 56:
console.log(match);
return window.rc_refs
});
window.rc_refs = [];
txtarea.value = text;
|