Skip to content

Commit

Permalink
Merge pull request #362 from jywarren/tooltip-fixes
Browse files Browse the repository at this point in the history
Tooltip fixes
  • Loading branch information
jywarren committed Apr 26, 2016
2 parents 231a18a + 7120f34 commit 1f05967
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
1 change: 1 addition & 0 deletions app/views/spectrums/show2.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
// the following will be deprecated for snapshot/tag-based metadata
calibrated: <%= @spectrum.calibrated %>,
range: <%= @spectrum.has_powertag('range') ? @spectrum.range : false %>,
<% if @spectrum.photo_file_name %>image_url: "<%= @spectrum.photo.url(:original) %>",<% end %>
sample_row: <%= @spectrum.sample_row %>
}, function() {

Expand Down
6 changes: 2 additions & 4 deletions bower.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "Spectral Workbench",
"version": "2.0.0-beta.2",
"version": "2.1.1",
"dependencies": {
"spectral-workbench": "~0.0.7",
"spectral-workbench": "~0.0.9",
"d3": "~3.3.13",
"nvd3": "~1.7.1",
"fontawesome": "~4.5.0",
Expand All @@ -18,8 +18,6 @@
"ace-builds": "jywarren/ace-builds#v1.2.4"
},
"resolutions": {
"d3": "^3.4.4",
"nvd3": "~1.8.2",
"jquery": "~2.1.3"
}
}

0 comments on commit 1f05967

Please sign in to comment.