X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=js%2Fcrm.joomla.js;h=4d98804a05f13a0ac8a501cf86bd27e379143fe5;hb=50ca77bcd165a99bbbb4a8ab12778b0183727667;hp=331d30ffccb6f06f1aab25baf93bbff1dd4b42bb;hpb=2c608ecea3fdcd93de37f3d4d5716d42c40b3e80;p=civicrm-core.git diff --git a/js/crm.joomla.js b/js/crm.joomla.js index 331d30ffcc..4d98804a05 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', ''); } - }) + }); });