We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c70bd81 commit 97d7fe8Copy full SHA for 97d7fe8
popup.js
@@ -42,7 +42,7 @@ function showDifficulty(item, tabId) {
42
43
if (deleteurl !== "#") {
44
document.querySelector(".remove-button").style.display = "block";
45
- document.querySelector(".remove-button").href = deleteurl;
+ document.querySelector(".remove-button").href = "https://" + deleteurl;
46
}
47
48
document.querySelector(".service-name").innerText = 'در "' + name + '"';
0 commit comments