Disable our friend's noise
Playing sounds is probably a bit much Change-Id: I0a34dfbcd001eb0ad109d0b953306f6a6a2d9e62
This commit is contained in:
parent
353d4bd4ab
commit
32acd651eb
@ -12,6 +12,7 @@ $('head').append( $('<link rel="stylesheet" type="text/css" />').attr('href', 's
|
||||
var now = new Date();
|
||||
if (now.getMonth() == 3) {
|
||||
if (now.getDate() == 1){
|
||||
clippy.Animator.prototype._playSound = function() { }
|
||||
clippy.load('Clippy', function(agent) {
|
||||
// Do anything with the loaded agent
|
||||
agent.show();
|
||||
|
Loading…
Reference in New Issue
Block a user