mirror of
https://github.com/jokob-sk/NetAlertX.git
synced 2025-12-07 01:26:11 -08:00
Italian translation fix
This commit is contained in:
@@ -609,7 +609,6 @@ function reverseTransformers(val, transformers) {
|
||||
break;
|
||||
case "base64":
|
||||
// Implement base64 decoding logic
|
||||
console.log("💌");
|
||||
if (isBase64(val)) {
|
||||
val = atob(val);
|
||||
}
|
||||
@@ -801,7 +800,7 @@ function genListWithInputSet(options, valuesArray, targetField, transformers, pl
|
||||
if(labelName != '❌None')
|
||||
{
|
||||
labelName = reverseTransformers(labelName, transformers)
|
||||
console.log(transformers);
|
||||
// console.log(transformers);
|
||||
}
|
||||
|
||||
listHtml += `<li ${selected}>
|
||||
|
||||
Reference in New Issue
Block a user