diff --git a/js/settings.js b/js/settings.js index 6a7a24e..7db4554 100644 --- a/js/settings.js +++ b/js/settings.js @@ -104,7 +104,7 @@ async function bioChanger() { } async function sendBio(str) { - if(document.getElementById("bio").placeholder != str) { + if(document.getElementById("bio").placeholder != str && str != "") { document.getElementById("bio").placeholder = str return await post("/api/setBio",{"Bio":str}) }