Subversion Repositories SmartDukaan

Rev

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

Rev 24982 Rev 25638
Line 35... Line 35...
35
			deactivateStore("main-content", fofoId);
35
			deactivateStore("main-content", fofoId);
36
		}
36
		}
37
 
37
 
38
	});
38
	});
39
	$(".login_as").live('click', function() {
39
	$(".login_as").live('click', function() {
40
		var fofoId = $(this).data("fofoid");
40
		var fofoId = $('#partnerId').val();
41
		loginAsPartner(fofoId);
41
		loginAsPartner(fofoId);
42
		
42
		
43
	});
43
	});
44
 
44
 
45
	$(".extend-billing").live('click', function() {
45
	$(".extend-billing").live('click', function() {