projects
/
arvados.git
/ blobdiff
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
4233: show original data in hover info instead of proportions
[arvados.git]
/
apps
/
workbench
/
app
/
assets
/
javascripts
/
selection.js.erb
diff --git
a/apps/workbench/app/assets/javascripts/selection.js.erb
b/apps/workbench/app/assets/javascripts/selection.js.erb
index 59e6425698b4825a50f306d742017eacac9218e6..ca4dce3d9bf373f2e93949cbfb27f818d78318ae 100644
(file)
--- a/
apps/workbench/app/assets/javascripts/selection.js.erb
+++ b/
apps/workbench/app/assets/javascripts/selection.js.erb
@@
-183,7
+183,7
@@
function dispatch_selection_action() {
}
$(this).
closest('.selection-action-container').
- find(':checkbox:checked').
+ find(':checkbox:checked
:visible
').
each(function() {
data.push({name: param_name, value: $(this).val()});
});