Skip to content
Snippets Groups Projects
Commit 4a84aecb authored by Angie Byron's avatar Angie Byron
Browse files

#678472 by casey: Fixed Dashboard's Done button doesn't redirect in Google Chrome.

parent 8979414a
No related branches found
No related tags found
No related merge requests found
......@@ -66,7 +66,7 @@ Drupal.behaviors.dashboard = {
*/
setupDrawer: function () {
$('div.customize .canvas-content input').click(Drupal.behaviors.dashboard.exitCustomizeMode);
$('div.customize .canvas-content').append('<a class="button" href="">' + Drupal.t('Done') + '</a>');
$('div.customize .canvas-content').append('<a class="button" href="' + Drupal.settings.dashboard.dashboard + '">' + Drupal.t('Done') + '</a>');
// Initialize drag-and-drop.
var regions = $('#dashboard div.region');
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment