Commit 505b9b39 authored by Chris Graham's avatar Chris Graham
Browse files

Fixed MANTIS-4613 (Copy paste error in JS file)

parent 8766f788
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -3744,7 +3744,7 @@ function add_captcha_checking(form)
		form.elements['submit_button'].disabled=true;
		var url='{$FIND_SCRIPT;,snippet}?snippet=captcha_wrong&name='+window.encodeURIComponent(form.elements['captcha'].value);
		if (!do_ajax_field_test(url))
		{captcha_readable
		{
			var captcha_readable=document.getElementById('captcha_readable');
			if (!captcha_readable) captcha_readable=document.getElementById('captcha_image'); // LEGACY
			if (!captcha_readable) captcha_readable=document.getElementById('captcha_frame'); // LEGACY