mirror of
https://github.com/webbukkit/dynmap.git
synced 2024-11-24 03:05:28 +01:00
removed my custom url, made it relative
This commit is contained in:
parent
61c6f4a086
commit
9d490cbcc8
@ -8,7 +8,7 @@ function sendChat(message) {
|
||||
var data = '{"name":"'+getip.ip+'","message":"'+message+'"}';
|
||||
$.ajax({
|
||||
type: 'POST',
|
||||
url: 'http://prosrv.info:8123/up/sendmessage',
|
||||
url: '/up/sendmessage',
|
||||
data: data,
|
||||
dataType: 'json',
|
||||
success: function(response) {
|
||||
|
Loading…
Reference in New Issue
Block a user