I found a little coding standard bug in dashboard.js: the line indent is wrong in:

/**
 * Implements Drupal.behaviors for the Dashboard module.
 */
Drupal.behaviors.dashboard = {
    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);
    });
CommentFileSizeAuthor
#1 2011436-1.patch712 byteskalman.hosszu
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

kalman.hosszu’s picture

Status: Active » Needs review
FileSize
712 bytes

The patch is attached.

attila.fekete’s picture

Status: Needs review » Reviewed & tested by the community

looks good

David_Rothstein’s picture

Status: Reviewed & tested by the community » Fixed

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.