Advertisement
Guest User

Untitled

a guest
Jul 27th, 2016
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. $(document).on("ready", function() {
  2.  
  3. var materialId; // initially === undefined
  4.  
  5. /* web-app definition start */
  6. myDropzone.on("success", function(response) {
  7. console.log((response)
  8. materialId = response.Json.material_id;;
  9.  
  10. });
  11.  
  12. /* web-app definition end */
  13.  
  14.  
  15. });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement