Added Cinecard JSON hook
authorveltr
Tue, 09 Apr 2013 17:27:35 +0200
changeset 19 b7fb8acff7cc
parent 18 f7d32a186a11
child 20 79a9ea254b21
Added Cinecard JSON hook
integ/js/iri-creation-cinecard.js
--- a/integ/js/iri-creation-cinecard.js	Tue Apr 09 15:39:28 2013 +0200
+++ b/integ/js/iri-creation-cinecard.js	Tue Apr 09 17:27:35 2013 +0200
@@ -227,5 +227,8 @@
 		}
     });
 
+$(".send").click(function() {
+	alert("Save JSON data:\n\n" + JSON.stringify(_renkan.project.toJSON()));
+});
 
 });
\ No newline at end of file