Posted by jesus2099 on Wed 18 Jul 14:51 (modification of post by jesus2099 view diff)
report abuse | download | new post
- // Analyze XmlHttp response
- function xmlhttpChange() {
- // create XMLDOM object if xmlhttp shows "loaded"
- if (xmlhttp.readyState == 4 && xmlhttp.status == 200)
- {
- var findEditor = new RegExp("<a href=\"/show/user/\\?userid=[0-9]+\">"+editorName+"</a>");
- if(findEditor.exec(xmlhttp.responseText)) {
- subscriptionDecorator();
- }
- }
- }
Submit a correction or amendment below (click here to make a fresh posting)
After submitting an amendment, you'll be able to view the differences between the old and new posts easily.