Subversion Repositories SmartDukaan

Rev

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

Rev 13686 Rev 13688
Line 53... Line 53...
53
				}
53
				}
54
			}
54
			}
55
		});
55
		});
56
		ga('send', 'event', 'product', 'like', $(this).data('id'));
56
		ga('send', 'event', 'product', 'like', $(this).data('id'));
57
	});
57
	});
58
	$('.row').on('click','#unlikebtn',function(e){
58
	$('#myModal').on('click','#unlikebtn',function(e){
59
		e.preventDefault();
59
		e.preventDefault();
60
		var url = $('#unlikeproductform').attr('action')+'?'+$('#unlikeproductform').serialize()
60
		var url = $('#unlikeproductform').attr('action')+'?'+$('#unlikeproductform').serialize()
61
		console.log(url);
61
		console.log(url);
62
		$.ajax({
62
		$.ajax({
63
			url: url,
63
			url: url,