1
0
Fork 0

Merge remote-tracking branch 'upstream/develop' into issue-3229

This commit is contained in:
Michael 2019-10-28 13:50:06 +00:00
commit bfbce16d0b
72 changed files with 2620 additions and 1764 deletions

View file

@ -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');