|
@@ -1023,7 +1023,7 @@
|
|
}, 'json');
|
|
}, 'json');
|
|
});
|
|
});
|
|
|
|
|
|
- let photos = "{{$photos_json}}";
|
|
|
|
|
|
+ let photos = eval("{{$photos_json}}");
|
|
$('.attachment').click(function () {
|
|
$('.attachment').click(function () {
|
|
let key = $(this).data('key');
|
|
let key = $(this).data('key');
|
|
let name = $(this).data('name');
|
|
let name = $(this).data('name');
|