Quantcast
Channel: Issues for Drupal core
Viewing all articles
Browse latest Browse all 302962

Fix line indent in dashboard.js

$
0
0

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);
    });

Viewing all articles
Browse latest Browse all 302962

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>