View the DQSD CVS repository here:
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/dqsd/

Update of /cvsroot/dqsd/dqsd
In directory usw-pr-cvs1:/tmp/cvs-serv27185

Modified Files:
        search.htm 
Log Message:
Fixed bug I introduced with trimWhitespace

Index: search.htm
===================================================================
RCS file: /cvsroot/dqsd/dqsd/search.htm,v
retrieving revision 1.163
retrieving revision 1.164
diff -C2 -d -r1.163 -r1.164
*** search.htm  1 Nov 2002 14:31:45 -0000       1.163
--- search.htm  4 Nov 2002 05:09:58 -0000       1.164
***************
*** 330,334 ****
  {
    var fn = (alias ? alias : text);
!   var search = (fn + ' ' + document.deff.q.value).trimWhitespace( /^\s*(\S+)\s*$/, 
"$1" ); // trim leading/trailing whitespace
    if (searches[fn])
      addhist( search );
--- 330,334 ----
  {
    var fn = (alias ? alias : text);
!   var search = trimWhitespace(fn + ' ' + document.deff.q.value); // trim 
leading/trailing whitespace
    if (searches[fn])
      addhist( search );




-------------------------------------------------------
This SF.net email is sponsored by: ApacheCon, November 18-21 in
Las Vegas (supported by COMDEX), the only Apache event to be
fully supported by the ASF. http://www.apachecon.com
_______________________________________________
DQSD-CVS mailing list
https://lists.sourceforge.net/lists/listinfo/dqsd-cvs
DQSD CVS repository:
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/dqsd/

Reply via email to