Subversion Repositories SmartDukaan

Rev

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

Rev 14434 Rev 14579
Line 375... Line 375...
375
	});
375
	});
376
	$(document).on('click','.tryagainforliveprice',function(){		
376
	$(document).on('click','.tryagainforliveprice',function(){		
377
		fetchLivePrice($(this).parent());
377
		fetchLivePrice($(this).parent());
378
		$(this).parent().html('Getting Live Prices');
378
		$(this).parent().html('Getting Live Prices');
379
	});
379
	});
-
 
380
	$(document).on('click','.alert > a',function(){		
-
 
381
		ga('send', 'event', 'notifications', 'click', $(this).html());
-
 
382
	});
-
 
383
	$(document).on('click','.banner',function(){		
-
 
384
		ga('send', 'event', 'banners', 'click', $(this).data('name'));
-
 
385
	});
380
});
386
});