diff --git a/core/modules/toolbar/toolbar.module b/core/modules/toolbar/toolbar.module index 0f5deec..fa4dd6f 100644 --- a/core/modules/toolbar/toolbar.module +++ b/core/modules/toolbar/toolbar.module @@ -188,13 +188,11 @@ function toolbar_system_info_alter(&$info, $file, $type) { function toolbar_view() { global $user; - $module_path = drupal_get_path('module', 'toolbar'); $build = array( '#theme' => 'toolbar', '#attached'=> array( 'library' => array( array('toolbar', 'drupal.toolbar'), - array('system', 'jquery.cookie'), ), ), );