Skip to content

Commit

Permalink
bug fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
deevroman committed Mar 14, 2020
1 parent 4aa7ae1 commit 0b9add8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/fix_page.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ document.querySelectorAll('a').forEach(function (elem) {
if (reg.test(elem.href)) {
elem.href = elem.href.replace(reg, "tg://resolve?invite=$4");
}
});
});

0 comments on commit 0b9add8

Please sign in to comment.