Sha256: 629e896ecd3ea20057bc7b20b787b9ae9692887f7d35220b28cd21b891b6e609
Contents?: true
Size: 385 Bytes
Versions: 13
Compression:
Stored size: 385 Bytes
Contents
// Show the new form in the right box. heading = "Edit a photo"; bodyContent = "<%= escape_javascript(render(:partial=>"form")) %>"; showModal(heading, bodyContent); // When the image upload form is submitted, the server response will appear in this iframe --> var $div = $('<iframe id="iframe_photo" name="iframe_photo" width="100%" style="display:none"></iframe>').appendTo('body');
Version data entries
13 entries across 13 versions & 1 rubygems