[Codestriker-commits] CVS update: codestriker/html codestriker.js
Brought to you by:
sits
|
From: <si...@us...> - 2005-05-23 22:48:38
|
Created Codestriker topic at: http://codestriker.sourceforge.net/cgi-bin/codestriker.pl?topic=398179&action=view User: sits Date: 05/05/23 15:48:14 Modified: html codestriker.js Log: Added status message when comment submitted, for better useability Index: codestriker.js =================================================================== RCS file: /cvsroot/codestriker/codestriker/html/codestriker.js,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- codestriker.js 22 May 2005 04:33:38 -0000 1.8 +++ codestriker.js 23 May 2005 22:48:10 -0000 1.9 @@ -239,6 +239,9 @@ params += '&' + comment_param + '=' + escape(eval('comment_form.' + comment_param + '.value')); } + + setStatusText('Submitting comment...'); + postXMLDoc(params); return false; } |