Skip to content

Instantly share code, notes, and snippets.

@manolenso
Created December 9, 2014 18:21
Show Gist options
  • Select an option

  • Save manolenso/aa506d4d495a3ba36858 to your computer and use it in GitHub Desktop.

Select an option

Save manolenso/aa506d4d495a3ba36858 to your computer and use it in GitHub Desktop.
jsx: if no document open
if(app.documents.length < 1){
alert("Il n'y a pas de document ouvert! ");
}else{
var document = app.activeDocument;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment