Skip to content

Commit

Permalink
remove notification
Browse files Browse the repository at this point in the history
  • Loading branch information
sajal committed Jan 19, 2012
1 parent b054639 commit 1c72f77
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion script.js
Original file line number Diff line number Diff line change
Expand Up @@ -161,13 +161,14 @@ var auth = function(){


$(document).ready(function() {

/*
var notification = webkitNotifications.createNotification(
'icon.png', // icon url - can be relative
'Hello World!', // notification title
'Welcome to this extension...' // notification body text
);
notification.show();
*/
var access = localStorage.access;
var secret = localStorage.secret;
if ((access != undefined) && (secret != undefined)){
Expand Down

0 comments on commit 1c72f77

Please sign in to comment.