From e64c4c281a42f195d654e7c86a2f88fed2457924 Mon Sep 17 00:00:00 2001 From: Yarden <77342408+yardenfalik@users.noreply.github.com> Date: Sun, 17 Mar 2024 12:36:07 +0200 Subject: [PATCH] Update app.js --- app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app.js b/app.js index 45cd526..930e193 100644 --- a/app.js +++ b/app.js @@ -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"); }