DevFuse Products (View All Products)
Issue information
-
#000372
-
0 - None Assigned
-
Fixed
-
3.1.2
-
3.2.1
Issue Confirmations
-
Yes (1)No (0)
Developer Note: Set attachments to not show as default.
Manual Fix:
Open public/js/contact.js
Find:
Replace With:
Save public/js/contact.js
Manual Fix:
Open public/js/contact.js
Find:
if( s.responseText == '1' )
{
$('show_attachments').show();
}
Replace With:
if( subject_id == '0' )
{
$('show_attachments').hide();
}
else if( s.responseText == '1' )
{
$('show_attachments').show();
}
Save public/js/contact.js
1 user(s) are reading this issue
0 members, 1 guests, 0 anonymous users











