new.js.erb
4 lines
| 267 B
| text/plain
|
TextLexer
|
r13959 | 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' %>'); | ||||
|
r13957 | showModal('sudo-modal', '400px'); | ||
|
r13951 | $('#sudo_password').focus(); | ||