Subversion Repositories SmartDukaan

Rev

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

Rev 25375 Rev 25391
Line 1... Line 1...
1
var googleProfile;
1
var googleProfile;
2
var partnerName;
2
var partnerName;
3
 
3
 
4
$(function() {
4
$(function() {
5
 
5
 
6
	$(".login").live('click', login);
-
 
7
	$('form').on('submit', function() {
6
	$('form').on('submit', function() {
8
		if($(this).find("#password").length > 0) {
7
		if($(this).find("#password").length > 0) {
9
			login();
8
			login();
10
		} else {
9
		} else {
11
			var email=$("#email").val();
10
			var email=$("#email").val();