summaryrefslogtreecommitdiffstats
path: root/app/views/sudo_mode/new.js.erb
blob: 2eda9b857ddb32d7eabb577b1d8e0d5e0a4aabf0 (plain)
1
2
3
4
var sudo_modal = $('#sudo-modal').length ? $('#sudo-modal') : $("<div>", {id: "sudo-modal"}).appendTo($("body"));
sudo_modal.hide().html('<%= escape_javascript render partial: 'sudo_mode/new_modal' %>');
showModal('sudo-modal', '400px');
$('#sudo_password').focus();