From 6c67beb2ef5c1f7a6a7479fe4195495364b50b85 Mon Sep 17 00:00:00 2001 From: Dan Cruson Date: Sat, 13 Dec 2014 15:26:06 -0500 Subject: [PATCH] More changes Changes I missed the first time because of cut and paste. --- js/crm.joomla.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/js/crm.joomla.js b/js/crm.joomla.js index 331d30ffcc..6ed88eb4cb 100644 --- a/js/crm.joomla.js +++ b/js/crm.joomla.js @@ -7,8 +7,8 @@ CRM.$(function($) { }) .on('dialogclose', function(e) { if ($('.ui-dialog-content:visible').not(e.target).length < 1) { - // D7 hack, restore toolbar position (CRM-15341) - $('#toolbar').css('z-index', ''); + // J3 - restore footer admin bar position (CRM-15723) + $('#status').css('z-index', ''); } }) }); -- 2.25.1