()
| 7086 | } |
| 7087 | |
| 7088 | function error() { |
| 7089 | console.log("Unable to query location."); |
| 7090 | initSitePos(); |
| 7091 | g.geoFindDefer.reject(); |
| 7092 | } |
| 7093 | |
| 7094 | if (!geoFindEnabled()) { |
| 7095 | //console.log('Geolocation is not enabled'); |
nothing calls this directly
no test coverage detected