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:
Ingo Schommer 2013-03-14 16:22:32 +01:00
parent e0be520fef
commit 746904ca7d

View File

@ -144,6 +144,7 @@ jQuery.noConflict();
$('.ss-loading-screen').hide();
$('body').removeClass('loading');
$(window).unbind('resize', positionLoadingSpinner);
this.restoreTabState();
this._super();
},