Skip to content

Instantly share code, notes, and snippets.

@imgly-gists
Last active June 8, 2017 07:52
Show Gist options
  • Select an option

  • Save imgly-gists/d8b2c4cde8f48ea16e3233e172212ad9 to your computer and use it in GitHub Desktop.

Select an option

Save imgly-gists/d8b2c4cde8f48ea16e3233e172212ad9 to your computer and use it in GitHub Desktop.
onDeviceReady: function() {
selectImageBtn = document.getElementById('js-selectImageBtn');
selectImageBtn.addEventListener('click', function() {
// TODO: Open PhotoEditor SDK
});
selectImageBtn.disabled = false;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment