Small messages fix
This commit is contained in:
parent
647f00efed
commit
9affb9b74f
7 changed files with 22 additions and 2 deletions
|
@ -606,6 +606,7 @@ input::-webkit-inner-spin-button {
|
|||
padding-left: 18vh;
|
||||
padding-top: 1vh;
|
||||
white-space: nowrap;
|
||||
overflow-x: hidden;
|
||||
}
|
||||
|
||||
.searchResult:nth-child(odd) {
|
||||
|
|
BIN
assets/gdps/clarify_icon.png
Normal file
BIN
assets/gdps/clarify_icon.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 145 KiB |
BIN
assets/gdps/clarify_logo.png
Normal file
BIN
assets/gdps/clarify_logo.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 54 KiB |
BIN
assets/gdps/multiverse_icon.png
Normal file
BIN
assets/gdps/multiverse_icon.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 121 KiB |
BIN
assets/gdps/multiverse_logo.png
Normal file
BIN
assets/gdps/multiverse_logo.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 90 KiB |
|
@ -169,7 +169,7 @@
|
|||
<img src="../assets/btn-cancel.png" height=10%; class="gdButton center"
|
||||
onclick="$('textarea').val(''); $('#sendMessage').hide()">
|
||||
<img src="../assets/btn-submit.png" height=10%; id="postMessage" class="gdButton center sideSpaceB">
|
||||
<img src="../assets/refresh.png" style="height: 10%; position: absolute; right: 0%"
|
||||
<img src="../assets/trash.png" style="height: 10%; position: absolute; right: 0%"
|
||||
onclick="$('#postContent').val('');" class="gdButton center sideSpaceB">
|
||||
</div>
|
||||
</div>
|
||||
|
@ -294,7 +294,7 @@
|
|||
|
||||
let targetUser = window.location.search.match(/(\?|&)sendTo=(.+)/)
|
||||
if (targetUser) {
|
||||
targetUser = decodeURIComponent(targetUser[1])
|
||||
targetUser = decodeURIComponent(targetUser[2])
|
||||
fetch(`../api/profile/${targetUser}`).then(res => res.json()).then(res => {
|
||||
if (res == "-1" || !res) return;
|
||||
$('#replyAuthor').html(`<a href="../u/${res.username}" target="_blank">To: ${res.username}</a>`)
|
||||
|
|
19
servers.json
19
servers.json
|
@ -60,6 +60,16 @@
|
|||
"endpoint": "http://wyliegdps02.7m.pl/database/"
|
||||
},
|
||||
|
||||
{
|
||||
"name": "ClarifyGDPS",
|
||||
"link": "https://clarifygdps.com/",
|
||||
"author": "Jouca",
|
||||
"authorLink": "https://www.youtube.com/channel/UCXE8HB-B4tqvI0ibjXSJ52A",
|
||||
"id": "clarify",
|
||||
"endpoint": "http://joucagdpss.clarifygdps.com/",
|
||||
"timestampSuffix": " ago"
|
||||
},
|
||||
|
||||
{
|
||||
"name": "1.6 GDPS",
|
||||
"link": "https://discord.gg/eGWMmyk",
|
||||
|
@ -107,6 +117,15 @@
|
|||
"endpoint": "http://gdps.mathieuar.fr/supreme1/"
|
||||
},
|
||||
|
||||
{
|
||||
"name": "GD Multiverse",
|
||||
"link": "https://discord.gg/rJtAky72xE",
|
||||
"author": "Nonixgames",
|
||||
"authorLink": "https://youtube.com/c/Nonixgames",
|
||||
"id": "multiverse",
|
||||
"endpoint": "http://gdpsnoni.000webhostapp.com/"
|
||||
},
|
||||
|
||||
{
|
||||
"name": "Resurrection GDPS",
|
||||
"link": "http://gdpsresu.000webhostapp.com/",
|
||||
|
|
Loading…
Add table
Reference in a new issue