Notifications for Chrome
This commit is contained in:
parent
ea10c68631
commit
fd995fb7dc
File diff suppressed because one or more lines are too long
@ -43,6 +43,8 @@ contextMenu = {
|
||||
|
||||
mouse_y -= $(document).scrollTop();
|
||||
|
||||
upload.notify();
|
||||
|
||||
contextMenu.fns = [
|
||||
function() { $("#upload_files").click() },
|
||||
function() { upload.start.url() },
|
||||
|
@ -44,7 +44,7 @@ upload = {
|
||||
|
||||
if (window.webkitNotifications.checkPermission()!=0) window.webkitNotifications.requestPermission();
|
||||
|
||||
if (window.webkitNotifications.checkPermission()==0) {
|
||||
if (window.webkitNotifications.checkPermission()==0&&title) {
|
||||
popup = window.webkitNotifications.createNotification("", title, "You can now manage your new photo(s).");
|
||||
popup.show();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user