Skip to content

Commit 455b559

Browse files
committed
Fixed buy me a coffee
1 parent 002cd38 commit 455b559

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

js/lib/buyMeACoffee.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
setTimeout(() => {
2-
const buy_me_coffee = document.createElement('script');
2+
let buy_me_coffee = document.createElement('script');
33

44
buy_me_coffee.setAttribute('src', 'https://cdnjs.buymeacoffee.com/1.0.0/widget.prod.min.js');
55
buy_me_coffee.dataset.name = "BMC-Widget";

js/lib/buyMeACoffee.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)