From 730adaf7178fbf683e5f51a0d3d192edd1c423e5 Mon Sep 17 00:00:00 2001 From: Angie Byron Date: Mon, 31 Aug 2009 16:48:37 +0000 Subject: #564528 by roychri: Fixed Error: 'context is not defined' in modules/toolbar/toolbar.js. --- modules/toolbar/toolbar.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules') diff --git a/modules/toolbar/toolbar.js b/modules/toolbar/toolbar.js index c19010039..c2653d91a 100644 --- a/modules/toolbar/toolbar.js +++ b/modules/toolbar/toolbar.js @@ -5,7 +5,7 @@ * Implementation of Drupal.behaviors for admin. */ Drupal.behaviors.admin = { - attach: function() { + attach: function(context) { // Set the intial state of the toolbar. $('#toolbar', context).once('toolbar', Drupal.admin.toolbar.init); -- cgit v1.2.3