| changeset 22 | 5e41bc4feda8 |
| parent 21 | 937b6ee27f06 |
| parent 19 | b7fb8acff7cc |
| child 23 | 3c2416e4daf6 |
--- a/integ/js/iri-creation-cinecard.js Wed Apr 10 11:46:53 2013 +0200 +++ b/integ/js/iri-creation-cinecard.js Wed Apr 10 11:48:40 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