Jump to content

  • twitter
  • youtube
  • googleplus
  • facebook
  • rss
  • newsletter


Issue information

  • #000372

  • 0 - None Assigned

  • Fixed

  • 3.1.2

  • 3.2.1


Issue Confirmations

  • Yes (1)No (0)
Photo

Attachments default to not show

Posted by Michael on 21 December 2010 - 07:10 PM

Developer Note: Set attachments to not show as default.

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

changed status to: Fixed
changed fixed-in version to: 3.2.1





1 user(s) are reading this issue

0 members, 1 guests, 0 anonymous users