Files
SIGE-WEB-snapshot/wp-content/themes/Divi/epanel/theme-options-library/app/lib/theme-options-library.js

13 lines
344 B
JavaScript

// Set global variable to detect new library item creation.
window.themeOptionsLibraryItemsLoaded = {};
export const setThemeOptionsLibraryItemsLoaded = (context, flag) => {
window.themeOptionsLibraryItemsLoaded = {
[context] : flag,
};
};
export const setThemeOptionsLibraryToken = (token) => {
window.globalCloudToken = token;
};