Cryptographp 4.6

Tasklist

FS#24 - Improve captcha reload script

Attached to Project: Cryptographp 4.6
Opened by Sylvain (hpsam) - Sunday, 18 January 2009, 11:05 GMT
Last edited by Sylvain (hpsam) - Saturday, 05 December 2009, 23:39 GMT
Task Type Bug Report
Category Function
Status Closed
Assigned To Sylvain (hpsam)
Operating System All
Severity Low
Priority Normal
Reported Version 1.6.6
Due in Version 1.7.0
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

The reload captcha image doesn't work in some case.
Exemple : newsletter captcha activate but newsletter box doesn't displayed.

To avoid this, add verification before the document.images.cryptogram0.src=

like : if(document.images.cryptogram0.src) {document.images.cryptogram0.src=...
This task depends upon

Closed by  Sylvain (hpsam)
Saturday, 05 December 2009, 23:39 GMT
Reason for closing:  Fixed

Loading...