This commit is contained in:
wukko
2023-02-13 20:30:57 +06:00
parent 20ae9acfe8
commit a1fea0a5f1
5 changed files with 13 additions and 11 deletions

View File

@@ -273,7 +273,7 @@ function toggle(toggl) {
}
function loadSettings() {
try {
if (typeof(navigator.clipboard.readText) === undefined) throw new Error();
if (typeof(navigator.clipboard.readText) == "undefined") throw new Error();
} catch (err) {
eid("pasteFromClipboard").style.display = "none"
}