?? GreyFile — Mystic File Browser

Current path: home/webdevt/www/dev-uz-avocat/wp-content/themes/Divi/epanel/theme-options-library/app/lib/



?? Go up: /home/webdevt/www/dev-uz-avocat/wp-content/themes/Divi/epanel/theme-options-library/app

?? Viewing: theme-options-library.js

// 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;
};


??

??