From aab589e27366b9c40134261c09b3736c3274ad03 Mon Sep 17 00:00:00 2001 From: Joseph Lacey Date: Thu, 30 Apr 2015 13:16:05 -0600 Subject: [PATCH] Style clean up caught by Jenkins --- CRM/Activity/Page/AJAX.php | 4 ++-- templates/CRM/Case/Form/CaseView.js | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CRM/Activity/Page/AJAX.php b/CRM/Activity/Page/AJAX.php index 5e69a054cd..4f9fec0946 100644 --- a/CRM/Activity/Page/AJAX.php +++ b/CRM/Activity/Page/AJAX.php @@ -109,7 +109,7 @@ class CRM_Activity_Page_AJAX { $globalRelationshipsDT['data'] = $relationships; $globalRelationshipsDT['recordsTotal'] = $params['total']; $globalRelationshipsDT['recordsFiltered'] = $params['total']; - + CRM_Utils_JSON::output($globalRelationshipsDT); } @@ -172,7 +172,7 @@ class CRM_Activity_Page_AJAX { $clientRelationshipsDT['data'] = $relationships; $clientRelationshipsDT['recordsTotal'] = $params['total']; $clientRelationshipsDT['recordsFiltered'] = $params['total']; - + CRM_Utils_JSON::output($clientRelationshipsDT); } diff --git a/templates/CRM/Case/Form/CaseView.js b/templates/CRM/Case/Form/CaseView.js index 57e1576d9b..efbf380165 100644 --- a/templates/CRM/Case/Form/CaseView.js +++ b/templates/CRM/Case/Form/CaseView.js @@ -204,7 +204,7 @@ if (!$(this).val()) { $(this).crmError(ts('Please select a value')); } - }) + }); } return submission; } @@ -244,4 +244,4 @@ } }); }); -}(cj, CRM)) +}(cj, CRM)); -- 2.25.1