Merge pull request #4003 from civicrm/4.5
[civicrm-core.git] / CRM / Admin / Page / Mapping.php
index 2746038effae72c663eab729290586c54a3183f3..ac9bb3587f82b4db4bcf408ad2255c88ac0a33f1 100644 (file)
@@ -38,6 +38,8 @@
  */
 class CRM_Admin_Page_Mapping extends CRM_Core_Page_Basic {
 
+  public $useLivePageJS = TRUE;
+
   /**
    * The action links that we need to display for the browse screen
    *
@@ -112,6 +114,8 @@ class CRM_Admin_Page_Mapping extends CRM_Core_Page_Basic {
   /**
    * Get user context.
    *
+   * @param null $mode
+   *
    * @return string user context.
    */
   function userContext($mode = NULL) {