Commit: a5cdf7f7db89ab053e1f7adc3cac75d28438a862

Author: Jon Adams | Date: 2009-12-04 03:27:04 +0300
adding audio setup to js
diff --git a/webroot/js/anologue.js b/webroot/js/anologue.js index a495f48..f26b547 100644 --- a/webroot/js/anologue.js +++ b/webroot/js/anologue.js @@ -18,6 +18,7 @@ var anologue = { }); this.markdown(); this.listener(); + this.setupSpeaker(); $(".anologue-speak").css("bottom", '-200px').animate({bottom: 0}, 3000); $("#anologue-author").focus(); },