Rename autocomplete term variable for consistency
[civicrm-core.git] / CRM / Admin / Page / PdfFormats.php
index 88f4f4549bf23610e34a2febb48c6d96f341fae3..d93602e415ce5b5680946db740ff2ddbeeda92ce 100644 (file)
@@ -118,6 +118,7 @@ class CRM_Admin_Page_PdfFormats extends CRM_Core_Page_Basic {
    * @static
    */
   function browse($action = NULL) {
+    CRM_Core_Resources::singleton()->addScriptFile('civicrm', 'js/crm.livePage.js');
     // Get list of configured PDF Page Formats
     $pdfFormatList = CRM_Core_BAO_PdfFormat::getList();