Skip to content

Commit

Permalink
added blurring of toplink on click
Browse files Browse the repository at this point in the history
  • Loading branch information
cmb69 committed Feb 10, 2015
1 parent 9794195 commit ef10a03
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions onepage.js
Expand Up @@ -165,6 +165,9 @@
} else {
event.returnValue = false;
}
if (anchor.id === "onepage_toplink") {
anchor.blur();
}
});
}
});
Expand Down

0 comments on commit ef10a03

Please sign in to comment.