Sha256: 431783d0c4a00901546caa0791aa7055ef9de7e8ab5b0345d735e8aaae8a1ec8

Contents?: true

Size: 463 Bytes

Versions: 1

Compression:

Stored size: 463 Bytes

Contents

// Show the new form in the right box.
heading = "<%= raw @permission.name %>";
bodyContent = "<%= escape_javascript(render(:partial=>'/usman/admin/permissions/show')) %>";
closeGenericModal();
showGenericModal(heading, bodyContent);

// When the image upload form is submitted, the server response will appear in this iframe -->
var $div = $('<iframe id="iframe_permission" name="iframe_permission" width="100%" style="display:none"></iframe>').appendTo('body');

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
usman-0.1.0 app/views/usman/admin/permissions/show.js.erb