Subversion Repositories SmartDukaan

Rev

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

Rev 14969 Rev 14975
Line 517... Line 517...
517
}    
517
}    
518
$('.notificationok').on('click',function(e){
518
$('.notificationok').on('click',function(e){
519
	e.preventDefault();
519
	e.preventDefault();
520
	$('.notificationmodal').modal('hide');
520
	$('.notificationmodal').modal('hide');
521
	setTimeout(function(){ $('.notificationmodal').modal('hide'); }, 1000);
521
	setTimeout(function(){ $('.notificationmodal').modal('hide'); }, 1000);
-
 
522
	ga('send', 'event', 'popupnotification', 'ok', me);
522
	document.location = $(this).parent().prop('href');
523
	document.location = $(this).parent().prop('href');
523
})
524
})
524
525