Browse Source

Notifications for Chrome

Tobias Reich 11 years ago
parent
commit
fd995fb7dc
3 changed files with 3 additions and 1 deletions
  1. 0 0
      assets/js/min/main.js
  2. 2 0
      assets/js/modules/contextMenu.js
  3. 1 1
      assets/js/modules/upload.js

File diff suppressed because it is too large
+ 0 - 0
assets/js/min/main.js


+ 2 - 0
assets/js/modules/contextMenu.js

@@ -42,6 +42,8 @@ contextMenu = {
 			items;
 
 		mouse_y -= $(document).scrollTop();
+		
+		upload.notify();
 
 		contextMenu.fns = [
 			function() { $("#upload_files").click() },

+ 1 - 1
assets/js/modules/upload.js

@@ -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();
 		}

Some files were not shown because too many files changed in this diff