More changes
authorDan Cruson <cruson.web@gmail.com>
Sat, 13 Dec 2014 20:26:06 +0000 (15:26 -0500)
committerDan Cruson <cruson.web@gmail.com>
Sat, 13 Dec 2014 20:26:06 +0000 (15:26 -0500)
Changes I missed the first time because of cut and paste.

js/crm.joomla.js

index 331d30ffccb6f06f1aab25baf93bbff1dd4b42bb..6ed88eb4cb807df24825c67edd93a8dd7aa4b4cb 100644 (file)
@@ -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', '');
       }
     })
 });