Subversion Repositories SmartDukaan

Rev

Rev 11592 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 11592 Rev 11594
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
	}
-
 
354
});
348
});
355
 
349