Issue #2011436 by kalman.hosszu: Fixed line indent in dashboard.js.

merge-requests/26/head
David Rothstein 2013-08-05 02:36:18 -04:00
parent 2f322e9ba8
commit ba07bea34e
1 changed files with 1 additions and 1 deletions

View File

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