Commit 0f3b14dd authored by Administrator's avatar Administrator

[FIX] Commenting IStext access for the users.

parent 506709f9
......@@ -427,7 +427,8 @@
//CSS events for changing the Select element
function CustomForSelect( selected ) {
// show Radio-Inputs and trigger FileOrNotFile>@upload-file events
if(selected=="pubmed" || selected=="istext") {
//if(selected=="pubmed" || selected=="istext") {
if(selected=="pubmed") {
console.log("show the button for: "+selected)
$("#pubmedcrawl").css("visibility", "visible");
$("#pubmedcrawl").show();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment