- $('.start-mapping')
- .addClass('loading');
-
- // handle firefox's weird implementation
- // https://bugzilla.mozilla.org/show_bug.cgi?id=675533
- window.setTimeout(manualEdit, 4000);
+ if (navigator.geolocation) {
+ // handle firefox's weird implementation
+ // https://bugzilla.mozilla.org/show_bug.cgi?id=675533
+ window.setTimeout(manualEdit, 4000);