summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorDavid Rothstein <drothstein@gmail.com>2013-08-05 02:36:18 -0400
committerDavid Rothstein <drothstein@gmail.com>2013-08-05 02:36:18 -0400
commitba07bea34e7934006891ecd8b85be2b02f2c395d (patch)
treeb3ba074f6cceb33fbd92f7f5ea7802a1e5782d56 /modules
parent2f322e9ba8f9b3ece0c024f0fc6c3d35198c2ee6 (diff)
downloadbrdo-ba07bea34e7934006891ecd8b85be2b02f2c395d.tar.gz
brdo-ba07bea34e7934006891ecd8b85be2b02f2c395d.tar.bz2
Issue #2011436 by kalman.hosszu: Fixed line indent in dashboard.js.
Diffstat (limited to 'modules')
-rw-r--r--modules/dashboard/dashboard.js2
1 files changed, 1 insertions, 1 deletions
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('<div class="customize clearfix"><ul class="action-links"><li><a href="#">' + Drupal.t('Customize dashboard') + '</a></li></ul><div class="canvas"></div></div>');
$('.customize .action-links a', this).click(Drupal.behaviors.dashboard.enterCustomizeMode);