Sha256: 895cf78ec25fe815d1ff43d663a544cf0b9aab12db5d5dcb6f85051dda305cc7

Contents?: true

Size: 431 Bytes

Versions: 1

Compression:

Stored size: 431 Bytes

Contents

// Show the new form in the right box.
heading = "Add a Permission";
bodyContent = "<%= escape_javascript(render(:partial=>'/usman/admin/permissions/form')) %>";
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/new.js.erb