X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=js%2Fcrm.drupal7.js;h=8dc539d5027927ac2505b432e85b3150be3499d7;hb=e4467bd27bba089acf92819d97b1e8056d2678c1;hp=4be65e41065e27201a0c8fb9245bb3dec818b5a2;hpb=c69852b7e23e18055edceaa869e794debbd11e7f;p=civicrm-core.git diff --git a/js/crm.drupal7.js b/js/crm.drupal7.js index 4be65e4106..8dc539d502 100644 --- a/js/crm.drupal7.js +++ b/js/crm.drupal7.js @@ -1,5 +1,5 @@ // http://civicrm.org/licensing -CRM.$(function($) { +(function($) { $(document) .on('dialogopen', function(e) { // D7 hack to get the toolbar out of the way (CRM-15341) @@ -11,5 +11,4 @@ CRM.$(function($) { $('#toolbar').css('z-index', ''); } }); - $('#civicrm-menu').css({'width': '97%'}); -}); +})(CRM.$);