1
0
mirror of https://github.com/flextype/flextype.git synced 2025-08-14 17:14:22 +02:00

Flextype Box Plugin: Admin #125 #117

- Entries Controller/Views implementation
This commit is contained in:
Awilum
2019-06-06 20:32:16 +03:00
parent 94c4ec7d74
commit 811065677b

View File

@@ -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 () {