Merge remote-tracking branch 'upstream/develop' into issue-3229
This commit is contained in:
commit
bfbce16d0b
72 changed files with 2620 additions and 1764 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