Add gridfield refresh

This commit is contained in:
colymba 2014-04-08 00:14:08 +03:00 committed by Thierry Francois
parent 61b90d2aed
commit 84d97c5106
1 changed files with 5 additions and 0 deletions

View File

@ -224,6 +224,8 @@
$this.remove(); $this.remove();
} }
}); });
$(this).parents('.ss-gridfield').entwine('.').entwine('ss').reload();
} }
this.removeClass('loading'); this.removeClass('loading');
@ -250,6 +252,9 @@
// skip in progress // skip in progress
$(this).remove(); $(this).remove();
}); });
$(this).parents('.ss-gridfield').entwine('.').entwine('ss').reload();
this.removeClass('loading'); this.removeClass('loading');
} }
}); });