- fix for jQuery-1.4rc1: remove comment from ajax response

release-0.6
alecpl 15 years ago
parent c8729e0397
commit fd9cca2f2b

@ -218,7 +218,6 @@ class rcube_json_output
$s_header_sent = true;
send_nocacheing_headers();
header('Content-Type: text/plain; charset=' . $this->get_charset());
print '/** ajax response ['.date('d/M/Y h:i:s O')."] **/\n";
}
// unset default env vars

Loading…
Cancel
Save