mirror of
https://github.com/pretix/pretix.git
synced 2026-05-06 15:24:02 +00:00
Fix IE11 support in backend
This commit is contained in:
@@ -94,7 +94,7 @@ function questions_init_photos(el) {
|
||||
aspectRatio: 3 / 4,
|
||||
viewMode: 1,
|
||||
zoomable: false,
|
||||
crop(event) {
|
||||
crop: function (event) {
|
||||
$container.find("input[type=hidden]").val(JSON.stringify(cropper.getData(true)));
|
||||
},
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user