Sha256: 2e32563c1454586b8308c941151ff9db7f0ac033da1f54cfa25b135013949d00
Contents?: true
Size: 509 Bytes
Versions: 50
Compression:
Stored size: 509 Bytes
Contents
// Show the new form in the right box. <% if @importable %> heading = "Import <%= @importable.class.name.titleize %>"; <% else %> heading = "Import Data"; <% end %> bodyContent = "<%= escape_javascript(render(:partial=>'form')) %>"; showGenericModal(heading, bodyContent, true); // When the document upload form is submitted, the server response will appear in this iframe --> var $div = $('<iframe id="iframe_document" name="iframe_document" width="100%" style="display:none"></iframe>').appendTo('body');
Version data entries
50 entries across 50 versions & 1 rubygems