You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The current code of the applauncher, waiting for the DOM to be loaded and then on i18n to be initialised could not run if the events happen in the reverse order. Simple flags could be used to ensure both events have happened before launching, as in this gist: wp-applauncher_new-js. Or maybe promises could be used...
The text was updated successfully, but these errors were encountered:
The current code of the applauncher, waiting for the DOM to be loaded and then on i18n to be initialised could not run if the events happen in the reverse order. Simple flags could be used to ensure both events have happened before launching, as in this gist: wp-applauncher_new-js. Or maybe promises could be used...
The text was updated successfully, but these errors were encountered: