summaryrefslogtreecommitdiff
path: root/modules/dashboard/dashboard.js
diff options
context:
space:
mode:
Diffstat (limited to 'modules/dashboard/dashboard.js')
-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 2b2c6cc45..219905317 100644
--- a/modules/dashboard/dashboard.js
+++ b/modules/dashboard/dashboard.js
@@ -65,7 +65,7 @@ Drupal.behaviors.dashboard = {
* Helper for enterCustomizeMode; sets up drag-and-drop and close button.
*/
setupDrawer: function () {
- $('div.customize .canvas-content').prepend('<input type="button" class="form-submit" value="' + Drupal.t('Done') + '"></input>');
+ $('div.customize .canvas-content').prepend('<a class="button" href="">' + Drupal.t('Done') + '</a>');
$('div.customize .canvas-content input').click(Drupal.behaviors.dashboard.exitCustomizeMode);
// Initialize drag-and-drop.