Compare commits

..

No commits in common. "1fc2fc46e0c52ad819b46ab193e3afb78ab1cdf0" and "c1a3bb6ba4e7b831e31ff8e6dc4aa6bbae8469fe" have entirely different histories.

3 changed files with 14 additions and 13 deletions

View File

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

View File

@ -1 +1 @@
1.3.17
1.3.16

View File

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