istanto can you please open in notepad the following file in your construct2 folder:
exporters\html5\plugins\socket-io\runtime.js
At the end of the file there should be function called get_last_data at around line 179, can you please copy and paste those lines or take a screenshot of them?
Thanks!
function get_last_data(dataStack)
{
var dataLength = dataStack.length;
var data = "";
if (dataLength > 0) {
data = dataStack[0];
jpt_splice(dataStack, 1);
}
return data;
}
regards <img src="smileys/smiley12.gif" border="0" align="middle" />