3193: add horizontal scroll to ssh key
[arvados.git] / apps / workbench / app / assets / javascripts / select_modal.js
index 38d35921e208edd6845786400c0100959863a831..c1267d1d3da8b5587a585ef95c662de187d33531 100644 (file)
@@ -82,7 +82,7 @@ $(document).on('click', '.selectable', function() {
     $(this).
         closest('.dropdown-menu').
         prev('button').
-        html($(this).html() + ' <span class="caret"></span>');
+        html($(this).text() + ' <span class="caret"></span>');
     // Set (or unset) filter params and refresh filterable rows
     $($(this).closest('[data-filterable-target]').attr('data-filterable-target')).
         data('infinite-content-params', params).