iqdb: simplify ajax call.

Also add support for .xml responses to /iqdb_queries.
This commit is contained in:
evazion
2019-10-14 21:16:04 -05:00
parent ccf32aa7a4
commit ca54e2d67b
4 changed files with 4 additions and 21 deletions

View File

@@ -1 +0,0 @@
<%= render "iqdb_queries/matches" %>

View File

@@ -0,0 +1 @@
$("#iqdb-similar").html("<%= j render "iqdb_queries/matches" %>");