fix log
This commit is contained in:
@@ -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>
|
||||
|
Reference in New Issue
Block a user