This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
;; this is very much a gist, and it can be tweaked | |
;; ;; NOTIFICATIONS ---------- | |
;; if (typeof Notification !== 'undefined') { | |
;; alert('Please us a modern version of Chrome, Firefox, Opera or Safari.'); | |
;; return; | |
;; } | |
;; Notification.requestPermission(function (permission) { | |
;; if (permission !== 'granted') return; |
NewerOlder