From 967de2f3fe4ba59d87ab5d73b716865970983f36 Mon Sep 17 00:00:00 2001 From: alec Date: Tue, 8 Dec 2009 11:02:25 +0000 Subject: - fix console log msg for GET requests git-svn-id: https://svn.roundcube.net/trunk@3169 208e9e7b-5314-0410-a742-e7e81cd9613c --- roundcubemail/program/js/app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roundcubemail/program/js/app.js b/roundcubemail/program/js/app.js index c1f332a7c..a02df7853 100644 --- a/roundcubemail/program/js/app.js +++ b/roundcubemail/program/js/app.js @@ -4192,7 +4192,7 @@ function rcube_webmail() var url = this.env.comm_path + '&_action=' + action + '&' + querystring // send request - console.log('HTTP POST: ' + url); + console.log('HTTP GET: ' + url); jQuery.get(url, { _unlock:(lock?1:0) }, function(data){ ref.http_response(data); }, 'json'); }; -- cgit v1.2.3