We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 37a05a9 commit 6b7b634Copy full SHA for 6b7b634
src/js/Aladin.js
@@ -1263,7 +1263,7 @@ Aladin = (function() {
1263
multSelectEntry = $('<select multiple="multiple">').attr("name", instrname);
1264
multSelectEntry.attr("class", "chosen-select").attr("id", instrname);
1265
multSelectEntry.attr("width", "300px");
1266
- multSelectEntry.attr("no_results_text", instrname);
+ multSelectEntry.attr("placeholder_text_multiple", instrname);
1267
1268
for (var i=0; i<footprints.length; i++) {
1269
if (footprints[i].instrument == instrname) {
0 commit comments