mirror of
https://github.com/colymba/GridFieldBulkEditingTools.git
synced 2024-10-22 09:05:57 +00:00
Add gridfield refresh
This commit is contained in:
parent
61b90d2aed
commit
84d97c5106
@ -224,6 +224,8 @@
|
||||
$this.remove();
|
||||
}
|
||||
});
|
||||
|
||||
$(this).parents('.ss-gridfield').entwine('.').entwine('ss').reload();
|
||||
}
|
||||
|
||||
this.removeClass('loading');
|
||||
@ -250,6 +252,9 @@
|
||||
// skip in progress
|
||||
$(this).remove();
|
||||
});
|
||||
|
||||
$(this).parents('.ss-gridfield').entwine('.').entwine('ss').reload();
|
||||
|
||||
this.removeClass('loading');
|
||||
}
|
||||
});
|
||||
|
Loading…
x
Reference in New Issue
Block a user