From 48051fef4bf5bf43f32db34c775593e987f1ba59 Mon Sep 17 00:00:00 2001 From: lotus Date: Mon, 22 Jun 2009 11:15:00 +0000 Subject: [PATCH] another fix for IE http://forum.yacy-websuche.de/viewtopic.php?p=16030#p16030 git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@6115 6c8d7289-2bf4-0310-a012-ef5d649a1542 --- htroot/env/templates/header.template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htroot/env/templates/header.template b/htroot/env/templates/header.template index af8080d37..76ef584d5 100644 --- a/htroot/env/templates/header.template +++ b/htroot/env/templates/header.template @@ -19,7 +19,7 @@ theme : 'start', title : 'YaCy P2P Search', load_js : false, - load_css : false, + load_css : false }; $.getScript(yconf.url+'/yacy/ui/js/yacyui-portalsearch.js', function(){}); });