summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
-rw-r--r--modules/toolbar/toolbar.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/toolbar/toolbar.js b/modules/toolbar/toolbar.js
index c19010039399..c2653d91a671 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);