From f83979696c65508527f915c942c8434c78a6b2d0 Mon Sep 17 00:00:00 2001 From: Lisa Marie Maginnis Date: Wed, 14 Oct 2015 23:10:17 -0400 Subject: [PATCH] reverted js changes back to upstream --- CRM/Core/Resources.php | 1 + 1 file changed, 1 insertion(+) diff --git a/CRM/Core/Resources.php b/CRM/Core/Resources.php index 73d0109be7..17d6fc4665 100644 --- a/CRM/Core/Resources.php +++ b/CRM/Core/Resources.php @@ -362,6 +362,7 @@ class CRM_Core_Resources { else { $js = 'CRM.$.extend(true, CRM, ' . json_encode($this->getSettings()) . ');'; } + // LibreJS License Tag return sprintf("\n", $js); } -- 2.25.1