Skip to content

Instantly share code, notes, and snippets.

@manolenso
Created December 9, 2014 18:21
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 manolenso/aa506d4d495a3ba36858 to your computer and use it in GitHub Desktop.
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