Skip to content
This repository was archived by the owner on Oct 29, 2020. It is now read-only.

Commit

Permalink
Merge pull request #7174 from DFurnes/fantini-finds-the-bugs
Browse files Browse the repository at this point in the history
Fix incorrect modal link.
  • Loading branch information
DFurnes authored Nov 3, 2016
2 parents 782b43c + 39f9aae commit e91ebdb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ function dosomething_user_get_sign_up_link_markup($label, $nid) {
return l(t($label), '#', [
'attributes' => [
'id' => 'link--campaign-signup-login',
'data-modal-href' => 'modal--login',
'data-modal-href' => '#modal--login',
'data-track-category' => 'Link',
'data-track-action' => 'Click',
'data-track-label' => 'Signup (Unauthenticated)',
Expand Down

0 comments on commit e91ebdb

Please sign in to comment.