/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:
@@ -1 +1 @@
|
||||
$("#iqdb-similar").html("<%= j render "iqdb_queries/matches" %>");
|
||||
$("#iqdb-similar").html("<%= j render "iqdb_queries/matches" %>").show();
|
||||
|
||||
Reference in New Issue
Block a user