This commit is contained in:
2023-06-10 09:46:33 +02:00
parent 5e9bcd0d93
commit 752326a584
2 changed files with 12 additions and 3 deletions

View File

@@ -99,6 +99,7 @@
if (data == "OK"){
getlinks();
getcontents();
getlog();
$("#pwdentry").fadeOut("slow", function(){
$("#indexmanagement").fadeIn("slow", function(){
});
@@ -179,7 +180,7 @@
</div>
<h1>Log manager:</h1>
<input type="text" id="logid"><button id="logget">Get log</button><br>
<input type="text" id="logid" value="*" placeholder="Link ID"><button id="logget">Get log</button><br>
<div id="loglist">
</div>