Media Library: Removing the forced reinitialization of Recent on page load. Fixes #6490

This commit is contained in:
Lombiq
2016-03-09 18:39:46 +01:00
committed by Benedek Farkas
parent f0dd64d5c9
commit cbd2ae71e1

View File

@@ -610,7 +610,5 @@ $(function () {
return false; return false;
}); });
// Select recent folder when the page is initialized.
viewModel.selectRecent();
})(window.mediaLibrarySettings); })(window.mediaLibrarySettings);
}) })