fixed problem with snippet fetch

git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@1818 6c8d7289-2bf4-0310-a012-ef5d649a1542
This commit is contained in:
orbiter 2006-03-04 19:54:03 +00:00
parent 5484788cf3
commit a74687d3c1
2 changed files with 3 additions and 2 deletions

View File

@ -35,7 +35,7 @@ function handleState(req) {
if (status < 11) {
span.className = "snippetLoaded";
//span.setAttribute("class", "snippetLoaded");
//span.setAttribute("class", "snippetLoaded");
} else {
span.className = "snippetError";
//span.setAttribute("class", "snippetError");

View File

@ -7,7 +7,7 @@
<script src="/js/ajax.js"></script>
<script src="/js/xml.js"></script>
<script src="/js/Index.js"></script>
<script src="/js/yacysearch.js"></script>
</head>
<body marginheight="0" marginwidth="0" leftmargin="0" topmargin="0">
@ -46,6 +46,7 @@ picPlus.src = "/env/grafics/plus.gif";
</tr>
</table>
</center>
<input type="hidden" name="former" value="#[former]#">
<input type="hidden" name="count" value="#[count]#">
<input type="hidden" name="order" value="#[order]#">
<input type="hidden" name="resource" value="#[resource]#">