Sha256: e5bc4f7e3d864e9d6121a3397d431ca6be821d6c23d63de69c9a3e30fde457e0
Contents?: true
Size: 267 Bytes
Versions: 34
Compression:
Stored size: 267 Bytes
Contents
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();
Version data entries
34 entries across 34 versions & 1 rubygems