mirror of
https://github.com/friendica/friendica
synced 2025-04-26 22:30:18 +00:00
Rename doignore to doIgnoreThread
This commit is contained in:
parent
71b85ef393
commit
586d39420e
5 changed files with 11 additions and 11 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue