add bot identifier to posts
This commit is contained in:
Binary file not shown.
|
Before Width: | Height: | Size: 1.9 KiB |
@@ -36,7 +36,7 @@
|
||||
if(avatar) {
|
||||
avatar = "/avatars/"+avatar
|
||||
} else {
|
||||
avatar = "/default_avatar.png"
|
||||
avatar = "/images/default_avatar.png"
|
||||
}
|
||||
document.getElementById("avatar").src = avatar
|
||||
if(user["error"]) {
|
||||
|
||||
@@ -0,0 +1,11 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en" dir="ltr">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title>IPost | User settings</title>
|
||||
<link rel="stylesheet" href="/css/global.css">
|
||||
</head>
|
||||
<body>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user