Sha256: 9ebc27a8e8daf8bfbaa9c63acc00238a477c49c122dac9ffce219e18796dfbe8
Contents?: true
Size: 404 Bytes
Versions: 68
Compression:
Stored size: 404 Bytes
Contents
// Show the new form in the right box. heading = "Upload Document"; 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
68 entries across 56 versions & 1 rubygems