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:
Ingo Schommer 2008-04-09 07:21:07 +00:00 committed by Sam Minnee
parent cbd6d34b36
commit ef7e8a1c40

View File

@ -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...