Skip to content

Commit

Permalink
feat(friends): delete leftovers
Browse files Browse the repository at this point in the history
  • Loading branch information
veselcraft committed Sep 18, 2024
1 parent c5644a5 commit bbef3a8
Showing 1 changed file with 0 additions and 21 deletions.
21 changes: 0 additions & 21 deletions Web/static/js/openvk.cls.js
Original file line number Diff line number Diff line change
Expand Up @@ -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

async function repostPost(id, hash) {
Expand Down

0 comments on commit bbef3a8

Please sign in to comment.