From 9b0879c184844f6b5dd3b53794d8cad3abd08ff3 Mon Sep 17 00:00:00 2001 From: orbiter Date: Sun, 27 Nov 2011 16:17:31 +0000 Subject: [PATCH] added a hint that the interactive search is only searching in the local index git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@8116 6c8d7289-2bf4-0310-a012-ef5d649a1542 --- htroot/js/yacyinteractive.js | 2 +- htroot/yacyinteractive.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/htroot/js/yacyinteractive.js b/htroot/js/yacyinteractive.js index 43b18a832..554d5edb8 100644 --- a/htroot/js/yacyinteractive.js +++ b/htroot/js/yacyinteractive.js @@ -20,7 +20,7 @@ var modifiertype = ""; function search(search, count, offset) { var navhtml = document.getElementById("searchnavigation"); - if (navhtml != null) navhtml.innerHTML = "
loading...
"; + if (navhtml != null) navhtml.innerHTML = "
loading from local index...
"; query = search; maximumRecords = count; if (count == "") maximumRecords = 1000; diff --git a/htroot/yacyinteractive.html b/htroot/yacyinteractive.html index a9d4a9352..41bf5c28b 100644 --- a/htroot/yacyinteractive.html +++ b/htroot/yacyinteractive.html @@ -48,7 +48,7 @@ To see a list of all APIs, please visit the +