fix tests

This commit is contained in:
Albert Yi
2018-06-05 15:51:06 -07:00
parent c75f520055
commit 856637ace4
3 changed files with 2 additions and 3 deletions

View File

@@ -327,7 +327,6 @@
Danbooru.RelatedTag.disable_artist_url = function(e) {
var url = e.currentTarget.href;
console.log("clicked %o", url);
$.each(Danbooru.RelatedTag.recent_artists[0].sorted_urls, function(k, v) {
if (v["normalized_url"] === url || v["url"] === url) {
if (!confirm("This will mark the URL as inactive. Continue?")) {