* Remove the port number from CoralCDN.
 * Bump version number.
Cette révision appartient à :
Anthony Lieuallen 2008-07-25 00:06:14 +00:00
Parent f97092bfcc
révision b2bde15460
2 fichiers modifiés avec 2 ajouts et 2 suppressions

Voir le fichier

@ -120,7 +120,7 @@ var resurrect={
switch (mirror) {
case 'coralcdn':
gotoUrl=rawUrl.substring(0, 8)+
rawUrl.substring(8).replace(/\//, '.nyud.net:8080/');
rawUrl.substring(8).replace(/\//, '.nyud.net/');
break;
case 'google':
gotoUrl='http://www.google.com/search?q=cache:'+encUrl

Voir le fichier

@ -3,7 +3,7 @@
<Description about="urn:mozilla:install-manifest">
<em:id>{0c8fbd76-bdeb-4c52-9b24-d587ce7b9dc3}</em:id>
<em:name>Resurrect Pages</em:name>
<em:version>2.0.3</em:version>
<em:version>2.0.4</em:version>
<em:description>Resurrect dead pages, by finding their ghosts.</em:description>
<em:homepageURL>http://trac.arantius.com/wiki/Extensions/Resurrect</em:homepageURL>