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