|
From: Christian O. <chr...@us...> - 2010-03-09 18:40:07
|
Update of /cvsroot/bbps/bbps/js In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv27624/js Modified Files: mozilla_search.js Log Message: - added HTTPS functionality - fixed some search engine stuff (esp. a bit clean up and generating a host based name) Index: mozilla_search.js =================================================================== RCS file: /cvsroot/bbps/bbps/js/mozilla_search.js,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** mozilla_search.js 9 Apr 2006 16:05:33 -0000 1.1 --- mozilla_search.js 9 Mar 2010 18:39:54 -0000 1.2 *************** *** 15,18 **** --- 15,19 ---- name, cat ); + return true; } else |