Skip to content

Instantly share code, notes, and snippets.

@khlbrg
Last active April 4, 2016 19:31
Show Gist options
  • Save khlbrg/48c16988c447c96f1a4b to your computer and use it in GitHub Desktop.
Save khlbrg/48c16988c447c96f1a4b to your computer and use it in GitHub Desktop.
Check if isEditing
var a = document.createElement('a');
a.href = window.location.href;
if (a.search.indexOf('isEditing=true') !== -1) {
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment