mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 12:05:37 +00:00
BUGFIX re-initializing tabstrip javascript after ajax-reload in AssetTableField popup (#2309 AssetTableField popup fails after saving)
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/branches/2.2.2@52392 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
parent
cbd6d34b36
commit
ef7e8a1c40
@ -92,6 +92,8 @@ ComplexTableFieldPopupForm.prototype = {
|
||||
Element.removeClassName(submitButton,'loading');
|
||||
}
|
||||
|
||||
onload_init_tabstrip();
|
||||
|
||||
// TODO Fix DOM-relation after pagination inside popup
|
||||
if(this.GB_OpenerObj) {
|
||||
// apparently firefox doesn't remember its DOM after innerHTML, so we help out here...
|
||||
|
Loading…
x
Reference in New Issue
Block a user