Thread
:
Need help removing default 'mute' setting
View Single Post
02-18-2013, 04:29 PM
PM User
|
#
2
Lerura
Regular Coder
Join Date: Aug 2005
Location: Denmark
Posts: 869
Thanks: 0
Thanked 112 Times in 111 Posts
The function
ModelPanel
contains the line:
Code:
var mute = true;
Try changing it to
Code:
var mute = false;
__________________
Index Dot Html/Css
Download a jQuery Library
Lerura
View Public Profile
Visit Lerura's homepage!
Find More Posts by Lerura