Implement creator studio and upload updates
This commit is contained in:
@@ -50,6 +50,9 @@ function mountAll() {
|
||||
});
|
||||
}
|
||||
|
||||
// Expose for late/async hydration (e.g. AJAX-loaded galleries)
|
||||
window.__hydrateMasonryGalleries = mountAll;
|
||||
|
||||
if (document.readyState === 'loading') {
|
||||
document.addEventListener('DOMContentLoaded', mountAll);
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user