mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
parent
1f7796c83e
commit
c53b61c347
@ -551,7 +551,7 @@ jQuery.noConflict();
|
||||
|
||||
this.redraw();
|
||||
|
||||
this.restoreTabState(typeof state.data.tabState !== 'undefined' ? state.data.tabState : null);
|
||||
this.restoreTabState((state && typeof state.data.tabState !== 'undefined') ? state.data.tabState : null);
|
||||
|
||||
return newContentEls;
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user