forked from cory/tildefriends
		
	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:
		| @@ -823,9 +823,6 @@ function removeFile() { | |||||||
| } | } | ||||||
|  |  | ||||||
| window.addEventListener("load", function() { | window.addEventListener("load", function() { | ||||||
| 	if (window.Notification) { |  | ||||||
| 		Notification.requestPermission(); |  | ||||||
| 	} |  | ||||||
| 	window.addEventListener("hashchange", hashChange); | 	window.addEventListener("hashchange", hashChange); | ||||||
| 	window.addEventListener("focus", focus); | 	window.addEventListener("focus", focus); | ||||||
| 	window.addEventListener("blur", blur); | 	window.addEventListener("blur", blur); | ||||||
|   | |||||||
| @@ -1,3 +1,5 @@ | |||||||
|  | "use strict"; | ||||||
|  |  | ||||||
| function decode(encoded) { | function decode(encoded) { | ||||||
| 	var result = ""; | 	var result = ""; | ||||||
| 	for (var i = 0; i < encoded.length; i++) { | 	for (var i = 0; i < encoded.length; i++) { | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user