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:
+7
-1
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user