Skip to content

Commit

Permalink
Update app.js
Browse files Browse the repository at this point in the history
  • Loading branch information
yardenfalik authored Mar 17, 2024
1 parent 125957c commit e64c4c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app.js
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ function shareAlbumFunction()
songList += temp + ". " + finalList[song] + "\n";
temp++;
}
msg = "This Is My White Album As A Single Album List:\n" + songList + "\nWith Total Time of " + (subtractMinutes(47.00, time).toString()).replace(/\./g, ":") + " Minutes\n" + "https//yardenfalik.github.io/makethewhitealbumasinglealbum/";
msg = "Here Is My White Album As A Single Album List:\n" + songList + "\nWith A Total Time of " + (subtractMinutes(47.00, time).toString()).replace(/\./g, ":") + " Minutes\n" + "https://yardenfalik.github.io/mtwas/";
navigator.clipboard.writeText(msg);
alert("The List Has Been Copied To Your Clipboard");
}

0 comments on commit e64c4c2

Please sign in to comment.