diff --git a/deleting.js b/deleting.js
index 348602e..00bb88f 100644
--- a/deleting.js
+++ b/deleting.js
@@ -20,10 +20,10 @@ var commentsToDelete = []
var isSampleShown = false
chrome.runtime.sendMessage({greeting: "hello"}, function(response) {
- document.getElementById(SEARCH_DESCRIPTION_ID).innerHTML = "Searching through the comments of the following video: video link (" + response.videoUrl + ") by the following user: user profile (" + response.toDeleteUserId + ")"
youtubeToken = response.youtubetoken;
toDeleteUserId = response.toDeleteUserId;
videoId = response.videoId;
+ document.getElementById(SEARCH_DESCRIPTION_ID).innerHTML = "Searching through the comments of the following video: video link (" + videoId + ") by the following user: user profile (" + toDeleteUserId + ")"
runFindCommentThreadsRequest("", 0)
});
diff --git a/manifest.json b/manifest.json
index 1d30ab4..842fc8b 100644
--- a/manifest.json
+++ b/manifest.json
@@ -19,5 +19,5 @@
{
"js": ["deleteallcomment.js"],
"matches": ["https://www.youtube.com/deleteallcomments"]
-}]
+ }]
}
\ No newline at end of file