Compare commits

..

2 Commits

Author SHA1 Message Date
1fc2fc46e0 Bump version: 1.3.16 → 1.3.17
All checks were successful
Build and Publish Docker Image / build-and-push (push) Successful in 3m14s
2025-07-17 15:24:00 +01:00
603d85b529 fix text parsing 2025-07-17 15:23:55 +01:00
3 changed files with 13 additions and 14 deletions

View File

@ -1,5 +1,5 @@
[tool.bumpversion]
current_version = "1.3.16"
current_version = "1.3.17"
commit = true
tag = true
tag_name = "{new_version}"

View File

@ -1 +1 @@
1.3.16
1.3.17

View File

@ -128,10 +128,7 @@
}
}
});
}
});
const accountDetailsTextarea = document.getElementById('accountDetails');
const sharedText = accountDetailsTextarea.dataset.sharedText;
if (sharedText && sharedText !== 'None') {
@ -142,6 +139,8 @@
});
accountDetailsTextarea.dispatchEvent(event);
}
}
});
});
</script>
{% endblock %}