Use normalized url for iqdb similar search
This commit is contained in:
@@ -20,7 +20,7 @@
|
||||
}
|
||||
|
||||
Danbooru.Upload.initialize_iqdb_source = function() {
|
||||
$.get("/iqdb/similar_by_source", {"source": $("#upload_source").val()}).done(function(html) {$("#iqdb-similar").html(html)});
|
||||
$.get("/iqdb/similar_by_source", {"source": $("#normalized_url").val()}).done(function(html) {$("#iqdb-similar").html(html)});
|
||||
}
|
||||
|
||||
Danbooru.Upload.initialize_enter_on_tags = function() {
|
||||
|
||||
Reference in New Issue
Block a user