Sha256: 2cccb3fd3ea9fb101118ae60bf2194f1a518ef045ae5291a03aebb58284a8d90

Contents?: true

Size: 405 Bytes

Versions: 1

Compression:

Stored size: 405 Bytes

Contents

// Show the new form in the right box.
heading = "Add a User";
bodyContent = "<%= escape_javascript(render(:partial=>'/usman/admin/users/form')) %>";
showLargeModal(heading, bodyContent);

// When the image upload form is submitted, the server response will appear in this iframe -->
var $div = $('<iframe id="iframe_user" name="iframe_user" 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/users/new.js.erb