Jump to content

sound in chat


Recommended Posts

I use chrome and there is no sound in the chat, comes up with an error.

 

post-4823-135011907602_thumb.jpg

 

after some googling this seems to be the solution

 

 

FABridge__bridgeInitialized function in FABridge.js. FABridge__bridgeInitialized looks for either an embed or object tag based on the browser type. A check for Chrome did the trick.

Take a look at line 113 on your FABridge.js under /js folder.

if you change:

Code:

if (/Explorer/.test(navigator.appName) || /Konqueror|Safari|KHTML/.test(navigator.appVersion))

 

to:

Code:

if((!(/Chrome/.test(navigator.appVersion))) && ((/Explorer/.test(navigator.appName) || /Konqueror|Safari|KHTML/.test(navigator.appVersion))))

 

 

 

 

 

any suggestions how this is implemented :shrug:

Link to comment
Share on other sites

same with mine in chrome used to work but not anymore, dont midn it :)

really annoys me i forget about it.

 

is it not somethign that needs changed in the chat itself?

think its an update, chat calls a routine or something that chrome doesn't like or understand.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...