Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Field Science
datavis
Commits
e982a78d
Commit
e982a78d
authored
Feb 17, 2020
by
Porter Libby
Browse files
fix display for multiple selection
parent
5ecb4657
Changes
1
Hide whitespace changes
Inline
Side-by-side
public/js/data.js
View file @
e982a78d
...
...
@@ -243,12 +243,11 @@ function getReadings(spot_id){
if
(
!
current_spots
.
includes
(
spot_id
)){
current_spots
.
push
(
spot_id
);
}
document
.
getElementById
(
'
data-prompt
'
).
innerHTML
=
"
Pick a set of data to visualize
"
;
document
.
getElementById
(
'
reading
'
).
innerHTML
=
placeholderHTML
;
document
.
getElementById
(
'
data-prompt
'
).
innerHTML
=
"
Pick some spots to compare
"
;
document
.
getElementById
(
"
button_permalink
"
).
disabled
=
true
;
document
.
getElementById
(
"
button_csv
"
).
disabled
=
true
;
togglediv
(
'
#spots-ls
'
,
'
spots-button
'
);
//
togglediv('#spots-ls','spots-button');
query_selection
[
3
]
=
current_spots
;
$
.
ajax
({
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment