Subversion Repositories SmartDukaan

Rev

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

Rev 14932 Rev 14935
Line 507... Line 507...
507
  document.addEventListener(visibilityChange, handleVisibilityChange, false);
507
  document.addEventListener(visibilityChange, handleVisibilityChange, false);
508
}    
508
}    
509
$('#notificationok').on('click',function(e){
509
$('#notificationok').on('click',function(e){
510
	e.preventDefault();
510
	e.preventDefault();
511
	$('.notificationmodal').modal('hide');
511
	$('.notificationmodal').modal('hide');
-
 
512
	setTimeout(function(){ $('.notificationmodal').modal('hide'); }, 1000);
512
	document.location = $(this).parent().prop('href');
513
	document.location = $(this).parent().prop('href');
513
})
514
})
514
515