More use strict. Less Notification.requestPermission().

git-svn-id: https://www.unprompted.com/svn/projects/tildefriends/trunk@3839 ed5197a5-7fde-0310-b194-c3ffbd925b24
This commit is contained in:
Cory McWilliams 2022-02-13 22:06:35 +00:00
parent e4e763b7a0
commit eb191254b0
2 changed files with 2 additions and 3 deletions

View File

@ -823,9 +823,6 @@ function removeFile() {
}
window.addEventListener("load", function() {
if (window.Notification) {
Notification.requestPermission();
}
window.addEventListener("hashchange", hashChange);
window.addEventListener("focus", focus);
window.addEventListener("blur", blur);

View File

@ -1,3 +1,5 @@
"use strict";
function decode(encoded) {
var result = "";
for (var i = 0; i < encoded.length; i++) {