feat(friends): delete leftovers

This commit is contained in:
veselcraft 2024-09-18 22:07:17 +03:00
parent c5644a51d6
commit bbef3a8518
No known key found for this signature in database
GPG key ID: 9CF0B42766CCF7BA

View file

@ -184,27 +184,6 @@ document.addEventListener("DOMContentLoaded", function() { //BEGIN
} }
} }
}) })
/*
<script>
$("form").on("submit", function (e) {
var dataString = $(this).serialize();
$.ajax({
type: "POST",
url: "/setSub/user",
data: dataString,
success: function () {
console.log("penis");
}
});
e.preventDefault();
});
</script>
*/
}); //END ONREADY DECLS }); //END ONREADY DECLS
async function repostPost(id, hash) { async function repostPost(id, hash) {