Disable our friend's noise

Playing sounds is probably a bit much

Change-Id: I0a34dfbcd001eb0ad109d0b953306f6a6a2d9e62
This commit is contained in:
Gregory Haynes 2015-03-31 23:46:40 +00:00
parent 353d4bd4ab
commit 32acd651eb

View File

@ -12,6 +12,7 @@ $('head').append( $('<link rel="stylesheet" type="text/css" />').attr('href', 's
var now = new Date(); var now = new Date();
if (now.getMonth() == 3) { if (now.getMonth() == 3) {
if (now.getDate() == 1){ if (now.getDate() == 1){
clippy.Animator.prototype._playSound = function() { }
clippy.load('Clippy', function(agent) { clippy.load('Clippy', function(agent) {
// Do anything with the loaded agent // Do anything with the loaded agent
agent.show(); agent.show();