mirror of
https://github.com/openvk/openvk
synced 2024-11-13 10:39:24 +03:00
feat(friends): delete leftovers
This commit is contained in:
parent
c5644a51d6
commit
bbef3a8518
1 changed files with 0 additions and 21 deletions
|
@ -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) {
|
||||
|
|
Loading…
Reference in a new issue