Add missing semicolons.
Cette révision appartient à :
Parent
09b4bfe16c
révision
0425044dc7
1 fichiers modifiés avec 3 ajouts et 3 suppressions
|
@ -167,13 +167,13 @@ var resurrect={
|
|||
rawUrl.substring(8).replace(/\//, '.nyud.net/');
|
||||
break;
|
||||
case 'google':
|
||||
gotoUrl='http://www.google.com/search?q=cache:'+encUrl
|
||||
gotoUrl='http://www.google.com/search?q=cache:'+encUrl;
|
||||
break;
|
||||
case 'googletext':
|
||||
gotoUrl='http://www.google.com/search?strip=1&q=cache:'+encUrl
|
||||
gotoUrl='http://www.google.com/search?strip=1&q=cache:'+encUrl;
|
||||
break;
|
||||
case 'archive':
|
||||
gotoUrl='http://web.archive.org/web/*/'+rawUrl
|
||||
gotoUrl='http://web.archive.org/web/*/'+rawUrl;
|
||||
break;
|
||||
case 'yahoo':
|
||||
var xhr=new XMLHttpRequest();
|
||||
|
|
Chargement…
Référencer dans un nouveau ticket