Subversion Repositories SmartDukaan

Rev

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

Rev 13026 Rev 20208
Line 333... Line 333...
333
				window.setTimeout(function() {$('#insuranceDetailDiv').slideUp(100);}, 2000);
333
				window.setTimeout(function() {$('#insuranceDetailDiv').slideUp(100);}, 2000);
334
			}
334
			}
335
		});
335
		});
336
	});
336
	});
337
	
337
	
338
	$('#poplogin').click(function(){
338
/*	$('#poplogin').click(function(){
339
		$.colorbox({
339
		$.colorbox({
340
    		width: "860px",
340
    		width: "860px",
341
    		height: "340px",
341
    		height: "340px",
342
    		iframe: false,
342
    		iframe: false,
343
    		href: "/login-mini",
343
    		href: "/login-mini",
344
    		
344
    		
345
    		onComplete: function(){
345
    		onComplete: function(){
346
    			trackEventWithGA('Cart', 'Login/Register Popup', '');
346
    			trackEventWithGA('Cart', 'Login/Register Popup', '');
347
    		}
347
    		}
348
    	});
348
    	});
349
	});
349
	});*/
350
	
350
	
351
	$('#proceedToPay').click(function(){
351
	$('#proceedToPay').click(function(){
352
		if($('#insuranceDetailsForm:visible').length == 1) {
352
		if($('#insuranceDetailsForm:visible').length == 1) {
353
			showInsuranceError("Please submit the insurance details first");
353
			showInsuranceError("Please submit the insurance details first");
354
			return false;
354
			return false;