Skip to content

Commit 7f71d1b

Browse files
committed
INT-828 fix coordinate detection
1 parent f86cf98 commit 7f71d1b

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)