From: Dan Cruson Date: Sat, 13 Dec 2014 20:26:06 +0000 (-0500) Subject: More changes X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=6c67beb2ef5c1f7a6a7479fe4195495364b50b85;p=civicrm-core.git More changes Changes I missed the first time because of cut and paste. --- 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', ''); } }) });