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="([^"]+)"/
var find_comment = history_text.replace(/<span class="autocomment">.*?<\/span> ?/, "");
history_entry["comment"] = ifmatch(find_comment.match( /<span class='comment'>(.*?)<\/span>/ ))
|