From: <sk...@us...> - 2008-02-29 10:56:34
|
Revision: 670 http://dl-learner.svn.sourceforge.net/dl-learner/?rev=670&view=rev Author: sknappe Date: 2008-02-29 02:56:30 -0800 (Fri, 29 Feb 2008) Log Message: ----------- searchbox not shown Modified Paths: -------------- trunk/src/dbpedia-navigator/index.php Modified: trunk/src/dbpedia-navigator/index.php =================================================================== --- trunk/src/dbpedia-navigator/index.php 2008-02-29 09:17:28 UTC (rev 669) +++ trunk/src/dbpedia-navigator/index.php 2008-02-29 10:56:30 UTC (rev 670) @@ -52,7 +52,7 @@ }; hideLoading = function() { xajax.$('Loading').style.display = 'none'; - xajax.$('SearchResultBox').style.display = 'block'; + //xajax.$('SearchResultBox').style.display = 'block'; xajax.$('LastArticlesBox').style.display = 'block'; }; This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |