Skip to content

Commit

Permalink
Update script.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Sav22999 committed Jan 16, 2021
1 parent 9f65e7f commit e67f932
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/script.js
Original file line number Diff line number Diff line change
Expand Up @@ -400,7 +400,7 @@ function showReviewAddonMessage() {
let message_element = document.createElement("div");
message_element.id = "review-message";
message_element.innerHTML = "" +
"<span class='font-" + font_family + " font-size-22 margin-right-5'>🖋</span>️ If you like this addon, please review it on " + storeName + "." +
"<span class='font-" + font_family + " font-size-22 margin-right-5'>🖋</span>️ If you like this addon, please review it on " + storeName[browserOrChromeIndex] + "." +
"<br><div id='review-message-buttons'></div>";
document.getElementById("popup-content").append(message_element);

Expand Down

0 comments on commit e67f932

Please sign in to comment.