Skip to content

Commit

Permalink
Added new portal pages
Browse files Browse the repository at this point in the history
Changed annotation popovers back to click
  • Loading branch information
laurenwalker committed Aug 28, 2019
1 parent 0d8488a commit 768cf2b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion src/js/themes/arctic/models/AppModel.js
Expand Up @@ -163,7 +163,9 @@ define(['jquery', 'underscore', 'backbone'],

// A lookup map of project names to project seriesIds
projectsMap: {
"DBO": "urn:uuid:3fa6665d-a89f-4cc3-b688-28e0489a45cb"
"DBO": "urn:uuid:3fa6665d-a89f-4cc3-b688-28e0489a45cb",
"Arctic-Observing-Networks" : "urn:uuid:db68e045-fe37-4190-aa2f-d79fd854d12o9",
"CALM" : "urn:uuid:f4667267-cfe5-49c9-951c-946ace894144"
},

// If true, then archived content is available in the search index.
Expand Down
2 changes: 1 addition & 1 deletion src/js/views/AnnotationView.js
Expand Up @@ -181,7 +181,7 @@ define(['jquery',
this.popoverSource = this.$el.popover({
container: this.$el,
delay: 500,
trigger: "hover"
trigger: "click"
});
},

Expand Down

0 comments on commit 768cf2b

Please sign in to comment.