This is probably the problem. We don't support IE in our current system. Can you try it on a different browser? Chrome, Firefox, or Safari all work well.
B
Bikeaccdnt
said
almost 7 years ago
IE 10 - Windows 7 64-Bit
C
Caroline
said
almost 7 years ago
Hey there, I moved this to Business Logic. What browser are you using?
Bikeaccdnt
function onRequest(request, response, modules){
}
**I add:**
function onRequest(request, response, modules)
{
var push=modules.push;
push.broadcastMessage(request.body.message);
var Logger = modules.logger;
Logger.info(request.body.message);
return response.complete(201);
}
The buttons on the right - Save Message/Save do nothing when pressed