mirror of
https://github.com/friendica/friendica
synced 2025-04-22 17:50:11 +00:00
Rename route '/ignored/{iid}' to '/item/ignore/{iid}'
This commit is contained in:
parent
5aa73afa7e
commit
062e472314
3 changed files with 8 additions and 4 deletions
|
@ -629,7 +629,7 @@ function dostar(ident) {
|
|||
function doignore(ident) {
|
||||
ident = ident.toString();
|
||||
$('#like-rotator-' + ident).show();
|
||||
$.get('ignored/' + ident, function(data) {
|
||||
$.get('item/ignore/' + ident, function(data) {
|
||||
if (data.match(/1/)) {
|
||||
$('#ignored-' + ident).addClass('ignored');
|
||||
$('#ignored-' + ident).removeClass('unignored');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue