Back to the default url stuff and working reset

This commit is contained in:
Nicolai Ort 2021-08-17 19:20:24 +02:00
parent 7c1be9c9cb
commit 9c7f2672f9
Signed by: niggl
GPG Key ID: 13AFA55AF62F269F
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ clipboard.on('success', function (e) {
}); });
}); });
//Set default validity //Set default url
chrome.tabs.query({ active: true, lastFocusedWindow: true }, tabs => { chrome.tabs.query({ active: true, lastFocusedWindow: true }, tabs => {
document.getElementById("target").value = tabs[0].url; document.getElementById("target").value = tabs[0].url;
}); });