use generic jquery function $.toJSON(obj) instead JSON.stringify(obj), MKWS-77
authorWolfram Schneider <wosch@indexdata.dk>
Tue, 17 Dec 2013 12:04:30 +0000 (12:04 +0000)
committerWolfram Schneider <wosch@indexdata.dk>
Tue, 17 Dec 2013 12:04:30 +0000 (12:04 +0000)
commit4fcef8ebfa3efd25d3d461aeffefe774f940b6a8
tree865eed7f0794c29962ca497e456fba87ed3f0a05
parent2400b59299eb29407b14c1ba69649f5b9c9fc065
use generic jquery function $.toJSON(obj) instead JSON.stringify(obj), MKWS-77

this fixes the endless loop in IE8 on windowsxp

Note: if $.toJSON(obj) fails, then it will also sent other browsers
like Firefox in and endless loop.
tools/htdocs/mkws.js