mirror of
https://github.com/flextype/flextype.git
synced 2025-08-14 17:14:22 +02:00
- Entries Controller/Views implementation
This commit is contained in:
@@ -364,7 +364,8 @@
|
||||
$('#entriesImagePreview').modal();
|
||||
$('.js-entry-image-preview-placeholder').css('background-image', 'url(' + $(this).attr('data-image-url') + ')');
|
||||
$('.js-entry-image-url-placeholder').val($(this).attr('data-image-url'));
|
||||
$('.js-entry-image-delete-url-placeholder').attr('href', $(this).attr('data-image-delete-url'));
|
||||
$('.js-media-id').attr('value', $(this).attr('data-media-id'));
|
||||
$('.js-entry-id').attr('value', $(this).attr('data-entry-id'));
|
||||
});
|
||||
|
||||
$('.js-settings-entry-modal').click(function () {
|
||||
|
Reference in New Issue
Block a user