Skip to content

Commit

Permalink
Update popup.js
Browse files Browse the repository at this point in the history
  • Loading branch information
amirshnll committed Jan 1, 2024
1 parent c70bd81 commit 97d7fe8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion popup.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ function showDifficulty(item, tabId) {

if (deleteurl !== "#") {
document.querySelector(".remove-button").style.display = "block";
document.querySelector(".remove-button").href = deleteurl;
document.querySelector(".remove-button").href = "https://" + deleteurl;
}

document.querySelector(".service-name").innerText = 'در "' + name + '"';
Expand Down

0 comments on commit 97d7fe8

Please sign in to comment.