From f94e442469deca30b39f3fa08aade83cbd0ede70 Mon Sep 17 00:00:00 2001 From: thomascube <thomas@roundcube.net> Date: Fri, 16 Dec 2011 13:38:59 -0500 Subject: [PATCH] Add more classes and options to HTML elements for better styleability --- program/include/rcube_json_output.php | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/program/include/rcube_json_output.php b/program/include/rcube_json_output.php index e0a29c1..ade9cc0 100644 --- a/program/include/rcube_json_output.php +++ b/program/include/rcube_json_output.php @@ -219,7 +219,6 @@ */ public function send() { - sleep(6); $this->remote_response(); exit; } -- Gitblit v1.9.1