Some cleanup of ajax webclient fallback
This commit is contained in:
parent
67ef17b3c9
commit
c95a3ec2d2
2 changed files with 46 additions and 19 deletions
|
|
@ -329,7 +329,7 @@ An "emitter" object must have a function
|
|||
|
||||
// Send Client -> Evennia. Called by Evennia.msg
|
||||
var msg = function(data, inmode) {
|
||||
log("ajax.msg:", data, JSON.stringify(data));
|
||||
// log("ajax.msg:", data, JSON.stringify(data));
|
||||
$.ajax({type: "POST", url: "/webclientdata",
|
||||
async: true, cache: false, timeout: 30000,
|
||||
dataType: "json",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue