Skip to content

Instantly share code, notes, and snippets.

@danro
Created December 21, 2016 22:55
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 danro/7782061c69eaefe4bf8244895ae09a20 to your computer and use it in GitHub Desktop.
Save danro/7782061c69eaefe4bf8244895ae09a20 to your computer and use it in GitHub Desktop.
Disable custom code in the Webflow Editor
<script>
var Webflow = Webflow || [];
Webflow.push(function() {
if (!Webflow.env('editor')) {
// Run custom JS code here
}
});
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment