Skip to content

Commit c8e24b1

Browse files
author
Waley Chen
committed
Merge pull request #217 from 10gen/INT-828-fix-coordinate-detection
INT-828 fix coordinate detection
2 parents f86cf98 + 7f71d1b commit c8e24b1

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

src/minicharts/index.js

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -66,13 +66,6 @@ module.exports = AmpersandView.extend(QueryBuilderMixin, {
6666
return true;
6767
}
6868

69-
if (!app.isFeatureEnabled('Geo Minicharts')) {
70-
return false;
71-
}
72-
if (!navigator.onLine) {
73-
return false;
74-
}
75-
7669
if (this.model.name === 'Document') {
7770
if (this.model.fields.length !== 2
7871
|| !this.model.fields.get('type')

0 commit comments

Comments
 (0)