From 5297e80cda0e7bb9f1ed94bb2479a9de21163760 Mon Sep 17 00:00:00 2001 From: reger Date: Thu, 3 Sep 2015 00:59:14 +0200 Subject: [PATCH] fix missing onclick in ConfigPortal to enable checkbox --- htroot/ConfigPortal.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htroot/ConfigPortal.html b/htroot/ConfigPortal.html index 6e5dda7d1..760d9ad17 100644 --- a/htroot/ConfigPortal.html +++ b/htroot/ConfigPortal.html @@ -53,7 +53,7 @@ ideaSpeed up search results with this option! (use CACHEONLY or FALSE to switch off verification)
NOCACHE: no use of web cache, load all snippets online
IFFRESH: use the cache if the cache exists and is fresh otherwise load online
- IFEXIST: use the cache if the cache exist or load online
+ IFEXIST: use the cache if the cache exist or load online
If verification fails, delete index reference

CACHEONLY: never go online, use all content from cache. If no cache entry exist, consider content nevertheless as available and show result without snippet
FALSE: no link verification and not snippet generation: all search results are valid without verification