mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
FIX Respect previous tab choices in CMS on load
Previously only worked on ajax interactions. This makes it much easier to default the CMS to the "list view" rather than "tree view".
This commit is contained in:
parent
e0be520fef
commit
746904ca7d
@ -144,6 +144,7 @@ jQuery.noConflict();
|
||||
$('.ss-loading-screen').hide();
|
||||
$('body').removeClass('loading');
|
||||
$(window).unbind('resize', positionLoadingSpinner);
|
||||
this.restoreTabState();
|
||||
|
||||
this._super();
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user