From 32acd651eb87e5cb20e29c246acbdcd92ae4cf4e Mon Sep 17 00:00:00 2001 From: Gregory Haynes Date: Tue, 31 Mar 2015 23:46:40 +0000 Subject: [PATCH] Disable our friend's noise Playing sounds is probably a bit much Change-Id: I0a34dfbcd001eb0ad109d0b953306f6a6a2d9e62 --- modules/openstack_project/files/gerrit/GerritSiteHeader.html | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/openstack_project/files/gerrit/GerritSiteHeader.html b/modules/openstack_project/files/gerrit/GerritSiteHeader.html index 99d81c0a21..8ee50d7009 100644 --- a/modules/openstack_project/files/gerrit/GerritSiteHeader.html +++ b/modules/openstack_project/files/gerrit/GerritSiteHeader.html @@ -12,6 +12,7 @@ $('head').append( $('').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();