????

Your IP : 18.227.140.134


Current Path : C:/inetpub/vhost/redmine/app/views/sudo_mode/
Upload File :
Current File : C:/inetpub/vhost/redmine/app/views/sudo_mode/new.js.erb

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();