@@ -1842,7 +1842,7 @@ function showMsg(title, e, id, func, param)
} else {
url = url + '?';
}
- $.getJSON(url+'json=1',send,function(t)
+ $.getJSON(url+'json=1&callback=?',send,function(t)
{
t = t.data;