Subversion Repositories SmartDukaan

Rev

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

Rev 14928 Rev 14931
Line 505... Line 505...
505
} else {
505
} else {
506
  // Handle page visibility change   
506
  // Handle page visibility change   
507
  document.addEventListener(visibilityChange, handleVisibilityChange, false);
507
  document.addEventListener(visibilityChange, handleVisibilityChange, false);
508
}    
508
}    
509
$('#notificationok').on('click',function(){
509
$('#notificationok').on('click',function(){
510
	$('#notificationModal').modal('hide');
510
	$('.notificationmodal').modal('hide');
511
})
511
})
512
512