From 3e224f95cb1a8bbc2d9f10a85d6632e7710b446a Mon Sep 17 00:00:00 2001 From: "Matteo Nastasi (mop)" Date: Sat, 16 Feb 2008 18:03:59 +0000 Subject: [PATCH] playsound correction --- web/commons.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 = '' + -'' + +'' + '' + -''; } } -- 2.17.1