Some cleanup of ajax webclient fallback

This commit is contained in:
Griatch 2019-06-16 16:39:26 +02:00
parent 67ef17b3c9
commit c95a3ec2d2
2 changed files with 46 additions and 19 deletions

View file

@ -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",