Dmitriy Shesterkin 9 years ago
parent b7a228187f
commit 2ba0771c94
  1. 36
      src/dokumentor/static/js/profile/asset.js

@ -2,23 +2,23 @@
* Created by mitri4 on 23.06.17.
*/
$(document).ready(function() {
$uploadCrop = $('#stamp').croppie({
enableExif: true,
viewport: {
width: 200,
height: 200,
type: 'circle'
},
boundary: {
width: 300,
height: 300
}
});
});
// $(document).ready(function() {
//
// $uploadCrop = $('#stamp').croppie({
// enableExif: true,
// viewport: {
// width: 200,
// height: 200,
// type: 'circle'
// },
// boundary: {
// width: 300,
// height: 300
// }
// });
//
//
//
// });

Loading…
Cancel
Save