Skip to content

Commit

Permalink
Fix #1105
Browse files Browse the repository at this point in the history
  • Loading branch information
nmielnik committed Jun 2, 2016
1 parent 8027d21 commit a0c3e1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/js/extensions/anchor-preview.js
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@
this.base.delay(function () {
if (activeAnchor) {
var opts = {
url: activeAnchor.attributes.href.value,
value: activeAnchor.attributes.href.value,
target: activeAnchor.getAttribute('target'),
buttonClass: activeAnchor.getAttribute('class')
};
Expand Down

0 comments on commit a0c3e1c

Please sign in to comment.