You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@forrest.apache.org by ni...@apache.org on 2002/11/18 10:17:56 UTC

cvs commit: xml-forrest/src/resources/forrestbar/content/forrestbar forrestbarOverlay.js

nicolaken    2002/11/18 01:17:56

  Modified:    src/resources/forrestbar/content/forrestbar
                        forrestbarOverlay.js
  Log:
  Asksam now links to the apache search engine.
  
  Revision  Changes    Path
  1.3       +1 -1      xml-forrest/src/resources/forrestbar/content/forrestbar/forrestbarOverlay.js
  
  Index: forrestbarOverlay.js
  ===================================================================
  RCS file: /home/cvs/xml-forrest/src/resources/forrestbar/content/forrestbar/forrestbarOverlay.js,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- forrestbarOverlay.js	16 Nov 2002 15:29:15 -0000	1.2
  +++ forrestbarOverlay.js	18 Nov 2002 09:17:56 -0000	1.3
  @@ -53,6 +53,6 @@
   }
   
   function navAskSam() {
  -	navigate('mailto:forrest-user@xml.apache.org');
  +	navigate('http://search.apache.org/');
   }