mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-09-18 17:47:54 +08:00
Media Library: Removing the forced reinitialization of Recent on page load. Fixes #6490
This commit is contained in:
@@ -610,7 +610,5 @@ $(function () {
|
|||||||
return false;
|
return false;
|
||||||
});
|
});
|
||||||
|
|
||||||
// Select recent folder when the page is initialized.
|
|
||||||
viewModel.selectRecent();
|
|
||||||
})(window.mediaLibrarySettings);
|
})(window.mediaLibrarySettings);
|
||||||
})
|
})
|
||||||
|
Reference in New Issue
Block a user