Subversion Repositories SmartDukaan

Rev

Rev 6903 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 6903 Rev 11592
Line 343... Line 343...
343
			$(this).val('Enter the characters shown');
343
			$(this).val('Enter the characters shown');
344
			$(this).removeClass('captcha_text_focus');
344
			$(this).removeClass('captcha_text_focus');
345
			$(this).addClass('captcha_text_blur');
345
			$(this).addClass('captcha_text_blur');
346
		}
346
		}
347
	});
347
	});
-
 
348
	
-
 
349
	$('a').click(function(){
-
 
350
		if(window.location.search.indexOf("fullbrowser=true")>-1) {
-
 
351
			
-
 
352
		}
-
 
353
	}
348
});
354
});
349
 
355