Skip to content

Commit 97d7fe8

Browse files
committed
Update popup.js
1 parent c70bd81 commit 97d7fe8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

popup.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ function showDifficulty(item, tabId) {
4242

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

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

0 commit comments

Comments
 (0)