Changed popup to only use report button instead of upvote and downvote + improved popup.

This commit is contained in:
Ajay Ramachandran
2019-08-14 21:30:02 -04:00
parent 739548d169
commit edb577cf5b
6 changed files with 79 additions and 119 deletions

View File

@@ -1051,7 +1051,7 @@ function runThePopup() {
//this is not a YouTube video page
function displayNoVideo() {
document.getElementById("loadingIndicator").innerHTML = chrome.i18n.getMessage("noVideoID");
document.getElementById("loadingIndicator").innerText = chrome.i18n.getMessage("noVideoID");
}
function reportAnIssue() {