Skip to content

Instantly share code, notes, and snippets.

@pastak
Created May 1, 2010 12:27
Show Gist options
  • Save pastak/386293 to your computer and use it in GitHub Desktop.
Save pastak/386293 to your computer and use it in GitHub Desktop.
function load(){
if(window.webkitNotifications){
if(!window.webkitNotifications.checkPermission()==0){
window.webkitNotifications.requestPermission();
};
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment