Skip to content

Commit

Permalink
Update wechatModal.liquid
Browse files Browse the repository at this point in the history
  • Loading branch information
yinhanyan authored Nov 5, 2024
1 parent b397b08 commit 17a93e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _includes/scripts/wechatModal.liquid
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
var wechatModal = document.getElementById('WeChatMod');
var wechatBtn = document.querySelectorAll('[id="WeChatBtn"]');
for(var i = 0; i < wechatBtn.length; i++) {
for (var i = 0; i < wechatBtn.length; i++) {
wechatBtn[i].onclick = function () {
wechatModal.style.display = 'block';
};
Expand Down

0 comments on commit 17a93e8

Please sign in to comment.