Skip to content

Commit

Permalink
Update script.js
Browse files Browse the repository at this point in the history
  • Loading branch information
fikrinotes committed Apr 9, 2024
1 parent 2e9a5e5 commit 98b1139
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eid-app/scripts/script.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@ function submit_data() {
nama = encodeURIComponent(CryptoJS.AES.encrypt(nama, "rahasia"));
pesan = encodeURIComponent(CryptoJS.AES.encrypt(pesan, "rahasia"));

location.replace("http://127.0.0.1:5500/response.html?nama=" + nama + "&pesan=" + pesan);
location.replace("https://fikrinotes.github.io/eid-app/response.html?nama=" + nama + "&pesan=" + pesan);
}

0 comments on commit 98b1139

Please sign in to comment.