From ffc002b240fb8bd7f5cabd7bbbb64aa8162a99f2 Mon Sep 17 00:00:00 2001 From: Natanel Shitrit Date: Thu, 13 Aug 2020 13:53:30 +0300 Subject: [PATCH] Fix - when uploading multiple files, not everything is uploaded. Added button to browse files for includes. --- src/css/spider.css | 8 +++++ src/index.html | 3 +- src/js/spider.js | 85 ++++++++++++++++++++++++++-------------------- 3 files changed, 58 insertions(+), 38 deletions(-) diff --git a/src/css/spider.css b/src/css/spider.css index b82664f..5152060 100644 --- a/src/css/spider.css +++ b/src/css/spider.css @@ -470,3 +470,11 @@ html.dark .ace_search { #include-drop.hover:first-child { border-top-color: #31708f; } + +#upload_link{ + text-decoration:none; +} + +#include-select{ + display:none +} diff --git a/src/index.html b/src/index.html index adada51..b399363 100644 --- a/src/index.html +++ b/src/index.html @@ -97,7 +97,8 @@