This commit is contained in:
Danny Coates 2017-06-29 10:30:08 -07:00
parent 05fe534e14
commit 67f586b65c
No known key found for this signature in database
GPG key ID: 4C442633C62E00CB
6 changed files with 40 additions and 32 deletions

View file

@ -20,7 +20,6 @@ function hexToArray(str) {
return iv;
}
function notify(str) {
if (!('Notification' in window)) {
return;