mirror of
https://github.com/colymba/GridFieldBulkEditingTools.git
synced 2024-10-22 11:05:57 +02:00
Add gridfield refresh
This commit is contained in:
parent
61b90d2aed
commit
84d97c5106
@ -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');
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
Loading…
Reference in New Issue
Block a user