From 733735710a66e8edadf759ed5cf7dad70cbcf15d Mon Sep 17 00:00:00 2001 From: Joey Schulze Date: Thu, 4 Mar 2010 21:30:33 +0100 Subject: [PATCH] Clear status information when making an AJAX call --- lib/functions.js | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/functions.js b/lib/functions.js index d575cb6..3fe56b6 100644 --- a/lib/functions.js +++ b/lib/functions.js @@ -31,6 +31,7 @@ function ajax_request(func,params,oncomplete) if (typeof oncomplete == 'function') req.oncomplete = oncomplete; req.send(params); + info(''); } function info(msg) -- 2.20.1