From ba07bea34e7934006891ecd8b85be2b02f2c395d Mon Sep 17 00:00:00 2001 From: David Rothstein Date: Mon, 5 Aug 2013 02:36:18 -0400 Subject: Issue #2011436 by kalman.hosszu: Fixed line indent in dashboard.js. --- modules/dashboard/dashboard.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules') diff --git a/modules/dashboard/dashboard.js b/modules/dashboard/dashboard.js index 83ffc1f28..62f13a416 100644 --- a/modules/dashboard/dashboard.js +++ b/modules/dashboard/dashboard.js @@ -9,7 +9,7 @@ * Implements Drupal.behaviors for the Dashboard module. */ Drupal.behaviors.dashboard = { - attach: function (context, settings) { + attach: function (context, settings) { $('#dashboard', context).once(function () { $(this).prepend('
'); $('.customize .action-links a', this).click(Drupal.behaviors.dashboard.enterCustomizeMode); -- cgit v1.2.3