From: Matteo Nastasi (mop) Date: Sat, 16 Feb 2008 18:03:59 +0000 (+0000) Subject: playsound correction X-Git-Url: http://mop.ddnsfree.com/gitweb/?a=commitdiff_plain;h=3e224f95cb1a8bbc2d9f10a85d6632e7710b446a;p=brisk.git playsound correction --- diff --git a/web/commons.js b/web/commons.js index c857390..d286372 100644 --- a/web/commons.js +++ b/web/commons.js @@ -904,9 +904,9 @@ function playsound(tag, sound) { if (g_withflash) { $(tag).innerHTML = '' + -'' + +'' + '' + -''; } }