Skip to content

Commit

Permalink
Fix clkg Unbounce conversion goals.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaygen committed Apr 30, 2019
1 parent 77741e8 commit 40f5d0c
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion dist/retreaver.js
Original file line number Diff line number Diff line change
Expand Up @@ -1150,7 +1150,7 @@
var href = link.getAttribute('href');

if (href !== null) {
var match = href.match(/^(tel:|clkn\/tel\/)(.*)/);
var match = href.match(/^(tel:|clk[a-z]\/tel\/)(.*)/);
if (match && match[2] === rn['find']) {
link.setAttribute('href', match[1] + rn['replace_with']);
}
Expand Down
Loading

0 comments on commit 40f5d0c

Please sign in to comment.