diff --git a/src/dokumentor/static/js/profile/asset.js b/src/dokumentor/static/js/profile/asset.js index 6e69608..783e356 100644 --- a/src/dokumentor/static/js/profile/asset.js +++ b/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 +// } +// }); +// +// +// +// });