Skip to content

Commit

Permalink
Updated prompt message
Browse files Browse the repository at this point in the history
  • Loading branch information
Leakfarsi authored Jan 15, 2022
1 parent 24eb727 commit 6d515e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/dialog_box.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
function myFunction()
{
var x;
var r=confirm;javascript:window.prompt ('Please send a donation to our Bitcoin address:', '19hNF1bmQmioBsvUq8fDYDqgJDHPJ7z1T2');
var r=confirm;javascript:window.prompt ('Please send your donation to this Bitcoin address:', '19hNF1bmQmioBsvUq8fDYDqgJDHPJ7z1T2');
if (r==true)
{
x="♥ !Thank you";
Expand Down

0 comments on commit 6d515e0

Please sign in to comment.