hubl condition when editing content

Hi -

Is there a variable or function that I can call to prevent some scripts from running when a content editor is either editing or previewing a blog post or landing page.

Thanks

Matt

@matttunney -

{% if request.domain == 'preview.hs-sites.com' %}
 //the content editor is previewing the post 
{% else %}
 //the content editor is editing the post
{% endif %}

If this answer helped, please, mark as solved :grinning_face_with_smiling_eyes:


tim@belch.io | forms.belch.io | Design your own Beautiful HubSpot Forms; No coding necessary.

Drop by and say Hi to me on slack.