Skip to content

Commit 6b7b634

Browse files
committed
Changing no selection text
1 parent 37a05a9 commit 6b7b634

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/js/Aladin.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1263,7 +1263,7 @@ Aladin = (function() {
12631263
multSelectEntry = $('<select multiple="multiple">').attr("name", instrname);
12641264
multSelectEntry.attr("class", "chosen-select").attr("id", instrname);
12651265
multSelectEntry.attr("width", "300px");
1266-
multSelectEntry.attr("no_results_text", instrname);
1266+
multSelectEntry.attr("placeholder_text_multiple", instrname);
12671267

12681268
for (var i=0; i<footprints.length; i++) {
12691269
if (footprints[i].instrument == instrname) {

0 commit comments

Comments
 (0)