User:Interiot/Tool2/code.js: Difference between revisions

Content deleted Content added
mNo edit summary
mNo edit summary
Line 132:
var history_entry = new Array();
//history_entry["date_text"] = history_text.match( /^<li>([^(<]+)/is )[1];
history_entry["title"] = history_text.match( /title="([^"]+)"/isi )[1]
//.replace( /&quot;/g, "\"")
//.replace( /&amp;/g, "&");
var find_comment = history_text.replace(/<span class="autocomment">.*?<\/span> ?/, "");
history_entry["comment"] = ifmatch(find_comment.match( /<span class='comment'>(.*?)<\/span>/ ))