Skip to content

Instantly share code, notes, and snippets.

@sorter
Created July 28, 2016 00:55
Show Gist options
  • Save sorter/28847db2c628c668eef07ce29e035d28 to your computer and use it in GitHub Desktop.
Save sorter/28847db2c628c668eef07ce29e035d28 to your computer and use it in GitHub Desktop.
$(document).on("ready", function() {
var materialId; // initially === undefined
/* web-app definition start */
myDropzone.on("success", function(response) {
console.log((response)
materialId = response.Json.material_id;;
});
/* web-app definition end */
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment