Sha256: 5fbfba55f1ffc4ca46a06e22bc09d628546a512983579826c27f003bd00927f0
Contents?: true
Size: 503 Bytes
Versions: 6
Compression:
Stored size: 503 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); // 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
6 entries across 6 versions & 1 rubygems