Sha256: 4d618f769d2dde210a2ce29e9aff6d58870abb572f5f36359d9e1b9a9348cae4
Contents?: true
Size: 435 Bytes
Versions: 1
Compression:
Stored size: 435 Bytes
Contents
// Show the new form in the right box. heading = "<%= raw @user.name %>"; bodyContent = "<%= escape_javascript(render(:partial=>'/usman/admin/users/show')) %>"; closeLargeModal(); 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/show.js.erb |