From d57687335c5ccb93d5d45e3355cdd415302d0fb9 Mon Sep 17 00:00:00 2001 From: Coleman Watts Date: Fri, 3 Apr 2015 21:13:03 -0400 Subject: [PATCH] Remove deprecated crmAccordions from Common.js --- js/Common.js | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/js/Common.js b/js/Common.js index 34fdb24960..793821f589 100644 --- a/js/Common.js +++ b/js/Common.js @@ -1366,12 +1366,7 @@ CRM.strings = CRM.strings || {}; $().crmtooltip(); }); - /** - * @deprecated - */ - $.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