Oops, this doesn't exist in Chrome.
git-svn-id: https://www.unprompted.com/svn/projects/tildefriends/trunk@3817 ed5197a5-7fde-0310-b194-c3ffbd925b24
This commit is contained in:
		@@ -835,7 +835,7 @@ window.addEventListener("load", function() {
 | 
			
		||||
				description.innerText = tag.dataset.tip;
 | 
			
		||||
				tooltip.appendChild(description);
 | 
			
		||||
			}
 | 
			
		||||
			var parts = tag.accessKeyLabel.split('+');
 | 
			
		||||
			var parts = tag.accessKeyLabel ? tag.accessKeyLabel.split('+') : [];
 | 
			
		||||
			for (var i = 0; i < parts.length; i++)
 | 
			
		||||
			{
 | 
			
		||||
				var key = parts[i];
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user