8784: Fix test for latest firefox.
[arvados.git] / apps / workbench / app / views / users / add_ssh_key_popup.js.erb
1 $("#add-ssh-key-modal-window").html("<%= escape_javascript(render partial: 'add_ssh_key_popup') %>");
2
3 // reset form input fields, for the next time around
4 function reset_form() {
5   $('#name').val("");
6   $('#public_key').val("");
7   $('select').val('')
8 }