This commit is contained in:
Shish 2018-07-19 20:09:36 +01:00
parent 8768284602
commit 1b372b2575

View File

@ -22,7 +22,7 @@ function image_hash_ban(id) {
}, },
function() { function() {
$("#thumb_" + id).parent().parent().hide(); $("#thumb_" + id).parent().parent().hide();
}
); );
} }
} }