Merged in bugfix/MAPG-53-fix-js-exception (pull request #31)
MAPG-53 check if Core.googleLink is not null before trying to modify it
This commit is contained in:
		
						commit
						b7679254c7
					
				@ -298,8 +298,10 @@
 | 
				
			|||||||
            }
 | 
					            }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
            setTimeout(function () {
 | 
					            setTimeout(function () {
 | 
				
			||||||
                Core.googleLink.title = 'Google Maps'
 | 
					                if (Core.googleLink) {
 | 
				
			||||||
                Core.googleLink.href = 'https://maps.google.com/maps'
 | 
					                    Core.googleLink.title = 'Google Maps';
 | 
				
			||||||
 | 
					                    Core.googleLink.href = 'https://maps.google.com/maps';
 | 
				
			||||||
 | 
					                }
 | 
				
			||||||
            }, 1);
 | 
					            }, 1);
 | 
				
			||||||
        },
 | 
					        },
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user