Subversion Repositories SmartDukaan

Rev

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

Rev 18304 Rev 18312
Line 422... Line 422...
422
}
422
}
423
 
423
 
424
$(document).on('click','button#addItems',function(){
424
$(document).on('click','button#addItems',function(){
425
	$('#myModal').modal('hide');
425
	$('#myModal').modal('hide');
426
	$("#cartloader").removeClass('hidden');
426
	$("#cartloader").removeClass('hidden');
-
 
427
	history.addItem="yes";
427
	setTimeout(function () {history.back();}, 10000);
428
	setTimeout(function () {history.back();}, 10000);
428
});
429
});
429
 
430
 
430
$(document).on('click','button#continueCheckout',function(){
431
$(document).on('click','button#continueCheckout',function(){
431
	$('#myModal').modal('hide');
432
	$('#myModal').modal('hide');