box height

This commit is contained in:
Peter Maquiran
2021-08-31 14:43:03 +01:00
parent 6a88bd0b20
commit 8487bb262f
4 changed files with 29 additions and 11 deletions
+3
View File
@@ -45,6 +45,9 @@ const { Storage } = Plugins; */
try {
return JSON.parse(unescape(atob(ret)));
} catch (error) {
if(ret == 'žée') {
throw(key+' not found')
}
return unescape(atob(ret))
}
}