summaryrefslogtreecommitdiff
path: root/htroot/js/IndexCreate.js
diff options
context:
space:
mode:
authorMichael Peter Christen <mc@yacy.net>2014-12-24 12:23:59 +0100
committerMichael Peter Christen <mc@yacy.net>2014-12-24 12:23:59 +0100
commit9fce8bf2a56b2d9f35209aa56fb7c132552eedc7 (patch)
treedd63696d84e8f3f45e14031fb5a4f3a2e4aa3f4b /htroot/js/IndexCreate.js
parenta0576ec737e372e6119ecc7734bf7a609cd200ad (diff)
crawling of multi-page pdfs with artificial post part on smb or ftp
shares is not possible with the disabled setting; this is not temporary disabled until a better solution is on the hand.
Diffstat (limited to 'htroot/js/IndexCreate.js')
-rw-r--r--htroot/js/IndexCreate.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/htroot/js/IndexCreate.js b/htroot/js/IndexCreate.js
index bdb367d96..ff6f9c14a 100644
--- a/htroot/js/IndexCreate.js
+++ b/htroot/js/IndexCreate.js
@@ -77,7 +77,7 @@ function loadInfos() {
document.getElementById("ajax").setAttribute("src",AJAX_ON);
url=document.getElementById("crawlingURL").value;
- if (url.indexOf("ftp") == 0 || url.indexOf("smb") == 0) document.getElementById("crawlingQ").disabled=true; else document.getElementById("crawlingQ").disabled=false;
+ //if (url.indexOf("ftp") == 0 || url.indexOf("smb") == 0) document.getElementById("crawlingQ").disabled=true; else document.getElementById("crawlingQ").disabled=false;
sndReq('/api/getpageinfo_p.xml?actions=title,robots&url='+url);
document.getElementById("api").innerHTML = "<a href='http://localhost:8090/api/getpageinfo_p.xml?actions=title,robots&url=" + url + "' id='apilink'><img src='/env/grafics/api.png' width='60' height='40' alt='API'/></a><span>See the page info about the start url.</span>";
}