Skip to content
Snippets Groups Projects
Commit f3371dd6 authored by juanf's avatar juanf
Browse files

SSDM-3632 : better message

SVN: 36657
parent 67409d4d
No related branches found
No related tags found
No related merge requests found
...@@ -356,7 +356,7 @@ function LinksView(linksController, linksModel) { ...@@ -356,7 +356,7 @@ function LinksView(linksController, linksModel) {
} }
var extraOptions = []; var extraOptions = [];
extraOptions.push({ name : "Add all", action : function(selected) { extraOptions.push({ name : "Add selected", action : function(selected) {
for(var sIdx = 0; sIdx < selected.length; sIdx++) { for(var sIdx = 0; sIdx < selected.length; sIdx++) {
linksController.addSample(selected[sIdx]); linksController.addSample(selected[sIdx]);
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment