1
0
mirror of https://github.com/Daichimarukana/uwuzu.git synced 2026-06-05 03:24:41 +00:00

uwuzu version 1.2.26

This commit is contained in:
Daichimarukana
2023-11-15 22:07:23 +09:00
parent 884f8043a3
commit c51582a221
42 changed files with 1534 additions and 162 deletions
+7 -1
View File
@@ -260,7 +260,6 @@ $pdo = null;
<script>
$(document).ready(function() {
if(ueusetext.value){
loadPosts();
}
@@ -269,6 +268,13 @@ $(document).ready(function() {
loadPosts();
});
window.document.onkeydown = function(event){
if (event.key === 'Enter') {
loadPosts();
}
}
var isLoading = false;
function loadPosts() {