crea/integration/generator.html
changeset 30 8cda6414d63e
parent 15 f1d070549d94
child 38 f19428838d3b
--- a/crea/integration/generator.html	Thu Jun 07 11:50:17 2012 +0200
+++ b/crea/integration/generator.html	Thu Jun 07 18:52:25 2012 +0200
@@ -67,7 +67,7 @@
         _annotation.created = new Date();
         _annotation.creator = "Math.random()";
         _annotation.description = _color + " " + _emoticon;
-        if (Math.random() < .33) {
+        if (Math.random() < .5) {
             _annotation.audio = {
                 src: "mic",
                 mimetype: "audio/mp3",