Details
-
Type: Bug
-
Status: Done/Fixed
-
Priority: Minor
-
Resolution: Fixed/Completed
-
Affects Version/s: 4.3.0
-
Fix Version/s: 4.3.0
-
Component/s: Core CiviCRM
-
Labels:None
Description
Steps to reproduce:
1. View a contact on sandbox.drupal.civicrm.org
2. Click the print icon in the upper-right
In the Firebug console, there's an error:
TypeError: $(...).crmFormContactLock is not a function
At one point, I think the JS on the 'View Contact' page was modified to implicitly load a JS file from the templates folder. I haven't investigated – but maybe it's a generic issue with implicitly loading JS on print screens?