From 529792dfabfbde4b48ee77cbfa19ca88ed90d7b4 Mon Sep 17 00:00:00 2001 From: Coleman Watts Date: Fri, 2 Jan 2015 13:42:46 -0500 Subject: [PATCH] Warn of deprecated fn $.crmAccordions This function has been deprecated and will be removed in the future. --- js/Common.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/js/Common.js b/js/Common.js index 26ae4cfaf1..a4bafbe12e 100644 --- a/js/Common.js +++ b/js/Common.js @@ -1017,7 +1017,9 @@ CRM.strings = CRM.strings || {}; /** * @deprecated */ - $.fn.crmAccordions = function () {}; + $.fn.crmAccordions = function () { + CRM.console('warn', 'Warning: $.crmAccordions was called. This function is deprecated and should not be used.'); + }; /** * Collapse or expand an accordion * @param speed -- 2.25.1