Merge pull request #13867 from jitendrapurohit/paypalpro
[civicrm-core.git] / js / crm.drupal7.js
index fe3c5b9ec637d0527b82f5496daa30ce08ac20fd..8dc539d5027927ac2505b432e85b3150be3499d7 100644 (file)
         // D7 hack, restore toolbar position (CRM-15341)
         $('#toolbar').css('z-index', '');
       }
-    })
-    .on('crmLoad', '#civicrm-menu', function(e) {
-      if ($('#toolbar a.toggle').length) {
-        $('#civicrm-menu').css({width: 'calc(100% - 40px)'});
-      }
     });
 })(CRM.$);