Handle new wayback interface, which is live not beta.

This commit is contained in:
Anthony Lieuallen 2011-06-27 00:23:09 +00:00
parent 3cb5dde1f2
commit de1007f7a9

View file

@ -164,10 +164,7 @@ var resurrect={
gotoUrl='http://www.google.com/search?strip=1&q=cache:'+encUrl;
break;
case 'archive':
gotoUrl='http://web.archive.org/web/*/'+rawUrl;
break;
case 'waybackmachine':
gotoUrl='http://waybackmachine.org/*/'+rawUrl;
gotoUrl='http://wayback.archive.org/web/*/'+rawUrl;
break;
case 'yahoo':
var xhr=new XMLHttpRequest();