Skip to content
Snippets Groups Projects

Tips Notification - ie10 fix

Merged Michael Fairchild requested to merge tips-notification into develop

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
14 14 return false;
15 15 };
16 16
17 $('#wdn_tips_notice .close a').click(function() {
17 $('#wdn_tips_notice .close a, #wdn_tips_notice .close').click(function() {
  • You should probably just delete the selector for the "a", as the event will bubble to the close div and we don't want the event to fire twice (analytics are involved).

  • 14 14 return false;
    15 15 };
    16 16
    17 $('#wdn_tips_notice .close a').click(function() {
    17 $('#wdn_tips_notice .close a, #wdn_tips_notice .close').click(function() {
    Please register or sign in to reply
    Loading