Switch userDashboard from using selector object to using the api to get contributions...
[civicrm-core.git] / js / crm.joomla.js
index 331d30ffccb6f06f1aab25baf93bbff1dd4b42bb..4d98804a05f13a0ac8a501cf86bd27e379143fe5 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', '');
       }
-    })
+    });
 });