diff options
| author | Anthony Young <sleepsonthefloor@gmail.com> | 2010-12-22 23:41:07 -0800 |
|---|---|---|
| committer | Anthony Young <sleepsonthefloor@gmail.com> | 2010-12-22 23:41:07 -0800 |
| commit | 4364a6e0570794fca841a7e5ecc8cecebf1bae9b (patch) | |
| tree | 55246acb07f158837249362416c3f296537a7c35 /tools | |
| parent | 4e9b4c9ce31a7a50d7e38d5e0bd71718d5bb8b95 (diff) | |
rewrite proxy to not use twisted
Diffstat (limited to 'tools')
| -rw-r--r-- | tools/ajaxterm/sarissa.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/ajaxterm/sarissa.js b/tools/ajaxterm/sarissa.js index 220edb2ca..6d13aa2e2 100644 --- a/tools/ajaxterm/sarissa.js +++ b/tools/ajaxterm/sarissa.js @@ -253,7 +253,7 @@ else{ /* end IE initialization, try to deal with real browsers now ;-) */ oDoc.addEventListener("load", _sarissa_XMLDocument_onload, false); return oDoc; }; - if(window.XMLDocument){ + if(false && window.XMLDocument){ /** * <p>Emulate IE's onreadystatechange attribute</p> */ |
