Skip to content

Commit

Permalink
Update script.js
Browse files Browse the repository at this point in the history
  • Loading branch information
SaptarshiSarkar12 committed Oct 22, 2022
1 parent c2d176b commit d25e2e6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Website/script.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

/* Javascript alert */
function download_alert_window() {
var w = confirm("Do you want to Downlaod");
var w = confirm("Do you want to download Drifty?");
if (w == true) {
alert("Thanks for Downloading");
window.open(
Expand All @@ -14,7 +14,7 @@ function download_alert_window() {
}

function download_alert_apple() {
var a = confirm("Do you want to Downlaod");
var a = confirm("Do you want to download Drifty?");
if (a == true) {
alert("Thanks for Downloading");
window.open(
Expand Down

0 comments on commit d25e2e6

Please sign in to comment.