Skip to content

Instantly share code, notes, and snippets.

@Yame-
Last active August 15, 2016 12:20
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Yame-/00d388b2f5ac20a908eb to your computer and use it in GitHub Desktop.
Save Yame-/00d388b2f5ac20a908eb to your computer and use it in GitHub Desktop.
Checking if a Mautic theme (Landing page or E-mail) is being edited through the Builder.
// Checking if we are editting in the Mautic Builder.
if( $('.builder-active', window.parent.document).length ) {
// Do stuff here
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment