Rename doignore to doIgnoreThread

This commit is contained in:
Hypolite Petovan 2021-01-30 16:22:53 -05:00
parent 71b85ef393
commit 586d39420e
5 changed files with 11 additions and 11 deletions

View file

@ -725,7 +725,7 @@ function doPin(ident) {
});
}
function doignore(ident) {
function doIgnoreThread(ident) {
ident = ident.toString();
$('#like-rotator-' + ident).show();
$.get('item/ignore/' + ident, function(data) {