/uploads: fix manually clicking 'Similar' button.

Manually clicking Similar called `/iqdb_queries` instead of
`/iqdb_queries.js`, which caused it to update the page incorrectly.
This commit is contained in:
evazion
2019-10-15 00:49:31 -05:00
parent ab5227e8bd
commit 0059597f1e
2 changed files with 9 additions and 12 deletions

View File

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