From f806b9a0bf2142294e064221db1a0dba413d577e Mon Sep 17 00:00:00 2001 From: Albert Yi Date: Tue, 19 Jun 2018 17:14:54 -0700 Subject: [PATCH] disable drag and drop support for iqdb --- app/views/iqdb_queries/show.html.erb | 37 ---------------------------- 1 file changed, 37 deletions(-) diff --git a/app/views/iqdb_queries/show.html.erb b/app/views/iqdb_queries/show.html.erb index c660ff143..67686e241 100644 --- a/app/views/iqdb_queries/show.html.erb +++ b/app/views/iqdb_queries/show.html.erb @@ -17,10 +17,6 @@ <%= file_field_tag :file, :size => 50 %> -
- Drag and drop a file here -
- <%= submit_tag "Search" %> <% end %> @@ -44,36 +40,3 @@ Similar Images Search - <%= Danbooru.config.app_name %> <% end %> -<% content_for(:html_header) do %> - - -<% end %>