Add 'tools/arvbox/' from commit 'd3d368758db1f4a9fa5b89f77b5ee61d68ef5b72'
[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 }