Skip to content

Instantly share code, notes, and snippets.

@ihorduchenko
Created July 13, 2023 08:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ihorduchenko/b3cac7ead54d4b063607680e5860541a to your computer and use it in GitHub Desktop.
Save ihorduchenko/b3cac7ead54d4b063607680e5860541a to your computer and use it in GitHub Desktop.
Add helper classes by ABlyft to detect whether script has been loaded
ablyftTools.domLoaded(function(){
document.documentElement.classList.add('ablyft-loaded');
document.documentElement.classList.remove('no-ablyft');
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment