Changeset 380

Show
Ignore:
Timestamp:
04/29/08 21:38:12 (2 weeks ago)
Author:
t-bone
Message:
  • Incorporate "url:" operator in the failure case target URL as well.
Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • extension/resurrect/content/resurrect.js

    r378 r380  
    173173                gotoUrl=c[0].textContent; 
    174174            } catch (e) { 
    175                 gotoUrl='http://search.msn.com/results.aspx?q='+encUrl; 
     175                gotoUrl='http://search.msn.com/results.aspx?q=url:'+encUrl; 
    176176            } 
    177177 
     
    196196                    +docId; 
    197197            } catch (e) { 
    198                 gotoUrl='http://www.gigablast.com/index.php?q='+encUrl; 
     198                gotoUrl='http://www.gigablast.com/index.php?q=url:'+encUrl; 
    199199            } 
    200200