View the DQSD CVS repository here:
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/dqsd/
Update of /cvsroot/dqsd/dqsd
In directory sc8-pr-cvs1:/tmp/cvs-serv32691
Modified Files:
search.htm
Log Message:
- Modified httpInstall to save searches to localsearches/ instead of searches/
Index: search.htm
===================================================================
RCS file: /cvsroot/dqsd/dqsd/search.htm,v
retrieving revision 1.172
retrieving revision 1.173
diff -C2 -d -r1.172 -r1.173
*** search.htm 25 Jun 2003 18:54:56 -0000 1.172
--- search.htm 25 Jun 2003 19:20:43 -0000 1.173
***************
*** 936,940 ****
xmlHttp.send();
! // Verify well-formed-ness of response
var xmlDom = xmlHttp.responseXml;
if(xmlDom.parseError.errorCode != 0)
--- 936,940 ----
xmlHttp.send();
! // Verify wellformed-ness of response
var xmlDom = xmlHttp.responseXml;
if(xmlDom.parseError.errorCode != 0)
***************
*** 961,967 ****
}
! // Save xml file to searches directory
! writeFile("searches/" + searchName, xmlHttp.responseText);
!
// Tell the user all went well
if(confirm("Successfully installed search " + searchName + ".\nWould
you like to reload the toolbar?"))
--- 961,967 ----
}
! // Save xml file to localsearches directory
! writeFile("localsearches/" + searchName, xmlHttp.responseText);
!
// Tell the user all went well
if(confirm("Successfully installed search " + searchName + ".\nWould
you like to reload the toolbar?"))
-------------------------------------------------------
This SF.Net email is sponsored by: INetU
Attention Web Developers & Consultants: Become An INetU Hosting Partner.
Refer Dedicated Servers. We Manage Them. You Get 10% Monthly Commission!
INetU Dedicated Managed Hosting http://www.inetu.net/partner/index.php
_______________________________________________
DQSD-CVS mailing list
https://lists.sourceforge.net/lists/listinfo/dqsd-cvs
DQSD CVS repository:
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/dqsd/