Stop Firefox JavaScript alert from beeping

4

When a JavaScript calls the alert() method, Firefox send out a BEEP in my headphones. Does any one know how to stop that sound?

I am running the newest Fedora Linux with Firefox 3.6.16 using Kde as desktop environment.

MTilsted

Posted 2011-05-10T01:52:47.790

Reputation: 982

2Mute your sound. – Ignacio Vazquez-Abrams – 2011-05-10T01:54:12.870

Answers

1

IMHO, You need to execute this command:

xset b off

This command will stop all the bell sent to your headphone or to your cpu.

SHW

Posted 2011-05-10T01:52:47.790

Reputation: 299

Nope, don't work. Alert still make a sound -( – MTilsted – 2011-05-13T16:11:51.677