Clear status information when making an AJAX call
authorJoey Schulze <joey@infodrom.org>
Thu, 4 Mar 2010 20:30:33 +0000 (21:30 +0100)
committerJoey Schulze <joey@infodrom.org>
Thu, 4 Mar 2010 20:30:33 +0000 (21:30 +0100)
lib/functions.js

index d575cb6..3fe56b6 100644 (file)
@@ -31,6 +31,7 @@ function ajax_request(func,params,oncomplete)
     if (typeof oncomplete == 'function')
        req.oncomplete = oncomplete;
     req.send(params);
+    info('');
 }
 
 function info(msg)