Sha256: 0dd45723000b30642a5824ea5a7a77d0cf4ec47455c75a366a9899f9ce2f8e17

Contents?: true

Size: 730 Bytes

Versions: 9

Compression:

Stored size: 730 Bytes

Contents

$(function() {
    if(  $('#photo-<%= photo.id %>').remove().fadeOut('slow') ) {

        var flash_msg = '<div id="flash_container">' +
                            '<div id="flash" class="flash flash_notice" style="visibility: visible; opacity: 1;">'+
                                '<%=  t('deleted', :scope=> 'refinery.photo_gallery.admin.photos.photo', :title=> @photo.title)  %>' +
                                    '<a href="" id="flash_close">' +
                                        '<%= t('close', :scope=> "refinery.message") %>' +
                                    '</a>' +
                            '</div>' +
                        '</div>';

        $('#flash_container').replaceWith(flash_msg);
    }
});

Version data entries

9 entries across 9 versions & 2 rubygems

Version Path
refinerycms-photo-gallery-0.3.0 app/views/refinery/photo_gallery/admin/photos/_destroy.js.erb
refinerycms-photo-gallery-0.2.0 app/views/refinery/photo_gallery/admin/photos/_destroy.js.erb
refinerycms-photo-gallery-0.1.2 app/views/refinery/photo_gallery/admin/photos/_destroy.js.erb
refinerycms-photo-gallery-0.1.1 app/views/refinery/photo_gallery/admin/photos/_destroy.js.erb
refinerycms-photo-gallery-0.1.0 app/views/refinery/photo_gallery/admin/photos/_destroy.js.erb
refinerycms-6hoursdaily-photo-gallery-0.0.5.dev app/views/refinery/photo_gallery/admin/photos/_destroy.js.erb
refinerycms-6hoursdaily-photo-gallery-0.0.4.dev app/views/refinery/photo_gallery/admin/photos/_destroy.js.erb
refinerycms-photo-gallery-0.0.2.dev app/views/refinery/photo_gallery/admin/photos/_destroy.js.erb
refinerycms-photo-gallery-0.0.1.dev app/views/refinery/photo_gallery/admin/photos/_destroy.js.erb